home *** CD-ROM | disk | FTP | other *** search
Text File | 2007-12-12 | 489.8 KB | 17,199 lines |
- object SyntaxManager: TSyntaxManager
- Left = 360
- Top = 136
- object SyntAnal38: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Identifier'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Preprocessor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Current block'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = 13369046
- FormatType = ftColor
- BorderTypeLeft = blSolid
- BorderColorLeft = clGray
- BorderTypeTop = blSolid
- BorderColorTop = clGray
- BorderTypeRight = blSolid
- BorderColorRight = clGray
- BorderTypeBottom = blSolid
- BorderColorBottom = clGray
- end>
- TokenRules = <
- item
- DisplayName = 'Comment 1'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?s)/\*.*?(\*/|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 2'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '//.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'String'
- StyleName = 'String'
- TokenType = 4
- Expression = '".*?("|$)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Any name'
- StyleName = 'Identifier'
- TokenType = 2
- Expression = '[a-z_]\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'HEX'
- StyleName = 'Number'
- TokenType = 7
- Expression = '0x[\da-f]*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Float'
- StyleName = 'Number'
- TokenType = 6
- Expression = '\d+ \.? \d+ e [\+\-]? \d+ |'#13#10'\d+ \. \d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Single symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[\{\}\(\)\[\],;\.]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[/\+\-\*:=<>&/\|\^~!]+'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Key words'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'break'
- 'case'
- 'catch'
- 'class'
- 'const'
- 'continue'
- 'debugger'
- 'default'
- 'delete'
- 'do'
- 'else'
- 'enum'
- 'export'
- 'extends'
- 'false'
- 'finally'
- 'for'
- 'function'
- 'if'
- 'import'
- 'in'
- 'new'
- 'null'
- 'return'
- 'super'
- 'switch'
- 'this'
- 'throw'
- 'true'
- 'try'
- 'typeof'
- 'var'
- 'void'
- 'while'
- 'with')
- TokenTypes = 4
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Begin'
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- '{')
- TokenTypes = 8
- end>
- IdentIndex = 1
- BlockEnd = 'End'
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpRange
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function'
- ConditionList = <
- item
- TagList.Strings = (
- 'function')
- TokenTypes = 4
- end>
- BlockEnd = 'function end'
- NameFmt = '%s0 %s-1'
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function end'
- BlockName = 'function'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = '('
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- '(')
- TokenTypes = 8
- end>
- BlockEnd = ')'
- NotCollapsed = True
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpBoundTagBegin
- DynSelectMin = True
- IgnoreAsParent = False
- end
- item
- DisplayName = ')'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ')')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = '['
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- '[')
- TokenTypes = 8
- end>
- BlockEnd = ']'
- NotCollapsed = True
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpBoundTagBegin
- DynSelectMin = True
- IgnoreAsParent = False
- end
- item
- DisplayName = ']'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ']')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- ''
- '// example function'
- 'function SetEnabled(A,count)'
- '{'
- ' for(i= 0; i< count;i++)'
- ' A(i).Enabled = !A(i).Enabled;'
- ''
- '}'
- '')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'js'
- LexerName = 'Java Script'
- end
- object LibSyntAnalyzer1: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Number'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'String'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Identifier'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Preprocessor'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Assembler'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clNone
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = 15724510
- FormatType = ftBackGround
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- BorderColorLeft = clRed
- BorderColorTop = clRed
- BorderColorRight = clRed
- BorderColorBottom = clRed
- MultiLineBorder = True
- end
- item
- DisplayName = 'Interface section'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clHighlight
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = 15269887
- FormatType = ftBackGround
- end
- item
- DisplayName = 'Implemenation Section'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = 16121842
- FormatType = ftBackGround
- end
- item
- DisplayName = 'Function separator'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clRed
- FormatType = ftBackGround
- end
- item
- DisplayName = 'Current block'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = 13369046
- FormatType = ftColor
- BorderTypeLeft = blSolid
- BorderColorLeft = clGray
- BorderTypeTop = blSolid
- BorderColorTop = clGray
- BorderTypeRight = blSolid
- BorderColorRight = clGray
- BorderTypeBottom = blSolid
- BorderColorBottom = clGray
- end
- item
- DisplayName = 'Current function'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = 16776187
- FormatType = ftBackGround
- MultiLineBorder = True
- end
- item
- DisplayName = 'Current Line'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = 16772341
- FormatType = ftBackGround
- end
- item
- DisplayName = 'Search Match'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindow
- Font.Height = -16
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = clBlack
- end
- item
- DisplayName = 'Group (tree)'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold, fsItalic]
- end
- item
- DisplayName = 'Intern. function (tree)'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'class (tree)'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end>
- TokenRules = <
- item
- DisplayName = 'Any name'
- StyleName = 'Identifier'
- TokenType = 2
- Expression = '[a-z_]\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'String'
- StyleName = 'String'
- TokenType = 4
- Expression = #39'.*?('#39'|$)'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Float'
- StyleName = 'Number'
- TokenType = 6
- Expression =
- '#with exp. dot is optional '#13#10'\d+ \.? \d+ e [\+\-]? \d+ |'#13#10'#witho' +
- 'ut exp. dot is required'#13#10'\d+ \. \d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Preprocessor 1'
- StyleName = 'Preprocessor'
- AlwaysEnabled = True
- TokenType = 9
- Expression = '\{\$.*?\}'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Preprocessor 2'
- StyleName = 'Preprocessor'
- AlwaysEnabled = True
- TokenType = 9
- Expression = '\(\*\$.*?\*\)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 1'
- StyleName = 'Comment'
- AlwaysEnabled = True
- TokenType = 1
- Expression = '(?s)\(\*.*?(\*\)|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 2'
- StyleName = 'Comment'
- AlwaysEnabled = True
- TokenType = 1
- Expression = '(?s)\{.*?(\}|\Z)'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 3'
- StyleName = 'Comment'
- AlwaysEnabled = True
- TokenType = 1
- Expression = '//.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'HEX'
- StyleName = 'Number'
- TokenType = 7
- Expression = '\$[a-f\d]+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[/\*,\.;:\(\)=<>\+\-\[\]]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Char'
- StyleName = 'String'
- TokenType = 8
- Expression = '\#(\d+|\$[\da-f]+)'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Key words'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'abstract'
- 'and'
- 'array'
- 'as'
- 'asm'
- 'begin'
- 'case'
- 'class'
- 'const'
- 'constructor'
- 'contains'
- 'destructor'
- 'dispinterface'
- 'div'
- 'do'
- 'downto'
- 'dynamic'
- 'else'
- 'end'
- 'except'
- 'exports'
- 'file'
- 'finalization'
- 'finally'
- 'for'
- 'function'
- 'goto'
- 'if'
- 'implementation'
- 'in'
- 'index'
- 'inherited'
- 'initialization'
- 'inline'
- 'interface'
- 'is'
- 'label'
- 'library'
- 'mod'
- 'nil'
- 'not'
- 'object'
- 'of'
- 'or'
- 'out'
- 'override'
- 'package'
- 'packed'
- 'pascal'
- 'private'
- 'procedure'
- 'program'
- 'property'
- 'protected'
- 'public'
- 'published'
- 'raise'
- 'read'
- 'record'
- 'register'
- 'repeat'
- 'requires'
- 'resourcestring'
- 'safecall'
- 'set'
- 'shl'
- 'shr'
- 'stdcall'
- 'string'
- 'then'
- 'threadvar'
- 'to'
- 'try'
- 'type'
- 'unit'
- 'until'
- 'uses'
- 'var'
- 'virtual'
- 'while'
- 'with'
- 'write'
- 'xor')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Forward'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'forward'
- 'of')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- TokenType = 10
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Block comment'
- BlockName = 'Block comment'
- NotParent = True
- AlwaysEnabled = True
- ConditionList = <
- item
- TokenTypes = 2
- end>
- BlockEnd = 'Block comment end'
- DisplayInTree = False
- HighlightPos = cpAny
- CollapseFmt = '{ ... }'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Block comment end'
- BlockName = 'Block comment'
- StrictParent = True
- AlwaysEnabled = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- CondType = tcNotEqual
- TokenTypes = 2
- end
- item
- TokenTypes = 2
- end>
- BlockOffset = 1
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'begin'
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- 'begin'
- 'case'
- 'try')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'End'
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpRange
- DynSelectMin = True
- DrawStaple = True
- CollapseFmt = '%s0 ...'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- CancelNextRules = True
- IgnoreAsParent = False
- end
- item
- DisplayName = 'asm'
- StyleName = 'Assembler'
- ConditionList = <
- item
- TagList.Strings = (
- 'asm')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'End'
- Highlight = True
- InvertColors = True
- DisplayInTree = False
- DynHighlight = dhRangeNoBound
- HighlightPos = cpAny
- CollapseFmt = 'ASM'
- IgnoreAsParent = False
- end
- item
- DisplayName = '{$ifdef}'
- ConditionList = <
- item
- TagList.Strings = (
- '\{\$if[n]?def')
- CondType = tcMask
- TokenTypes = 512
- IgnoreCase = True
- end>
- BlockEnd = '{$endif}'
- DisplayInTree = False
- HighlightPos = cpAny
- CollapseFmt = '%s0'
- IgnoreAsParent = True
- end
- item
- DisplayName = '{$endif}'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '\{\$endif')
- CondType = tcMask
- TokenTypes = 512
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'until'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'until')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'repeat'
- ConditionList = <
- item
- TagList.Strings = (
- 'repeat')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'until'
- DisplayInTree = False
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = 'repeat ...'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'program'
- ConditionList = <
- item
- TagList.Strings = (
- 'program'
- 'unit')
- TokenTypes = 4
- IgnoreCase = True
- end>
- IdentIndex = -1
- BlockEnd = 'Unit end'
- EndOfTextClose = True
- HighlightPos = cpAny
- CollapseFmt = '%s0 %s-1'
- TreeItemImage = 0
- IgnoreAsParent = False
- end
- item
- DisplayName = 'class declaration'
- BlockName = 'class declaration'
- NotParent = True
- ConditionList = <>
- BlockEnd = 'end of type'
- NameFmt = '%s-2 %s0'
- RefToCondEnd = True
- HighlightPos = cpAny
- CollapseFmt = '%s-2 %s0'
- GrammaRuleName = 'ClassDecl'
- TreeItemStyle = 'class (tree)'
- TreeItemImage = 1
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Empty class'
- ConditionList = <>
- NotCollapsed = True
- NameFmt = '%s-2 %s0'
- RefToCondEnd = True
- HighlightPos = cpAny
- CollapseFmt = '%s-2 %s0'
- NoEndRule = True
- GrammaRuleName = 'EmptyClass'
- TreeItemImage = 4
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Interface declaration'
- BlockName = 'Interface declaration'
- NotParent = True
- ConditionList = <>
- BlockEnd = 'end of type'
- NameFmt = '%s-2 %s0'
- GroupFmt = 'Interfaces'
- RefToCondEnd = True
- HighlightPos = cpAny
- CollapseFmt = '%s-2 %s0'
- GrammaRuleName = 'IntfDecl'
- TreeGroupStyle = 'Group (tree)'
- TreeItemImage = 2
- TreeGroupImage = 0
- IgnoreAsParent = False
- end
- item
- DisplayName = 'record'
- ConditionList = <
- item
- TagList.Strings = (
- 'record')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- 'packed')
- CondType = tcSkip
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- '=')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end>
- BlockEnd = 'end of type'
- NameFmt = 'record %s0'
- GroupFmt = 'Types'
- RefToCondEnd = True
- HighlightPos = cpAny
- CollapseFmt = 'record %s0'
- TreeGroupStyle = 'Group (tree)'
- TreeItemImage = 3
- TreeGroupImage = 0
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Interface section'
- StyleName = 'Interface section'
- BlockName = 'program'
- StrictParent = True
- ConditionList = <
- item
- TagList.Strings = (
- 'interface')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'Interface section end'
- EndOfTextClose = True
- Highlight = True
- DisplayInTree = False
- NameFmt = 'Interface section'
- DynHighlight = dhRange
- HighlightPos = cpAny
- CollapseFmt = 'Interface section'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Interface section end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'implementation')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockOffset = 1
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Implementation section'
- StyleName = 'Implemenation Section'
- ConditionList = <
- item
- TagList.Strings = (
- 'implementation')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'Unit end'
- EndOfTextClose = True
- Highlight = True
- DisplayInTree = False
- DynHighlight = dhRange
- HighlightPos = cpAny
- CollapseFmt = 'Implementation section'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'finalization'
- ConditionList = <
- item
- TagList.Strings = (
- 'finalization')
- TokenTypes = 4
- IgnoreCase = True
- end>
- EndOfTextClose = True
- DisplayInTree = False
- HighlightPos = cpAny
- CollapseFmt = '%s0'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Unit end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '.')
- TokenTypes = 8
- end
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockOffset = 2
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Function separator'
- StyleName = 'Function separator'
- BlockName = 'Implementation section'
- StrictParent = True
- BlockType = btLineBreak
- ConditionList = <
- item
- TagList.Strings = (
- 'constructor'
- 'destructor'
- 'function'
- 'procedure')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Internal function'
- BlockName = 'function of class'
- ConditionList = <
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- 'function'
- 'procedure')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockOffset = 1
- BlockEnd = 'End of internal'
- HighlightPos = cpAny
- CollapseFmt = '%s1 %s0'
- TreeItemStyle = 'Intern. function (tree)'
- TreeItemImage = 5
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End of internal'
- BlockName = 'Internal function'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';')
- TokenTypes = 8
- end
- item
- TagList.Strings = (
- 'end'
- 'forward')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- CancelNextRules = True
- IgnoreAsParent = False
- end
- item
- DisplayName = 'forward_func'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 1024
- IgnoreCase = True
- end>
- BlockEnd = 'Single function'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Single function'
- StyleName = 'Current function'
- BlockName = 'Implementation section'
- StrictParent = True
- ConditionList = <
- item
- TagList.Strings = (
- '('
- ':'
- ';')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- 'function'
- 'procedure')
- TokenTypes = 4
- IgnoreCase = True
- end>
- IdentIndex = 1
- BlockOffset = 2
- BlockEnd = 'End of function'
- Highlight = True
- NameFmt = '%s2 %s1'
- GroupFmt = 'Functions'
- DynHighlight = dhRange
- HighlightPos = cpRange
- CollapseFmt = '%s2 %s1'
- TreeGroupStyle = 'Group (tree)'
- TreeItemImage = 5
- TreeGroupImage = 0
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End of function'
- BlockName = 'Single function'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';')
- TokenTypes = 1032
- end
- item
- TagList.Strings = (
- 'end'
- 'forward')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- CancelNextRules = True
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function of class'
- StyleName = 'Current function'
- BlockName = 'Implementation section'
- StrictParent = True
- ConditionList = <
- item
- TagList.Strings = (
- '.')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- 'constructor'
- 'destructor'
- 'function'
- 'procedure')
- TokenTypes = 4
- IgnoreCase = True
- end>
- IdentIndex = -1
- BlockOffset = 2
- BlockEnd = 'End of class function'
- Highlight = True
- NameFmt = '%s-1'
- GroupFmt = 'class %s1'
- DynHighlight = dhRange
- HighlightPos = cpRange
- CollapseFmt = '%s2 %s1%s0%s-1'
- TreeItemImage = 6
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End of class function'
- BlockName = 'function of class'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';')
- TokenTypes = 8
- end
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Internal function 2'
- BlockName = 'Single function'
- ConditionList = <
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- 'function'
- 'procedure')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockOffset = 1
- BlockEnd = 'End of internal 2'
- HighlightPos = cpAny
- CollapseFmt = '%s0 %s-1'
- TreeItemStyle = 'Intern. function (tree)'
- TreeItemImage = 5
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End of internal 2'
- BlockName = 'Internal function 2'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';')
- end
- item
- TagList.Strings = (
- 'end'
- 'forward')
- TokenTypes = 1028
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'end of type'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';')
- TokenTypes = 8
- end
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- CancelNextRules = True
- IgnoreAsParent = False
- end
- item
- DisplayName = '('
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- '(')
- TokenTypes = 8
- end>
- BlockEnd = ')'
- NotCollapsed = True
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpBoundTagBegin
- DynSelectMin = True
- IgnoreAsParent = False
- end
- item
- DisplayName = ')'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ')')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = '['
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- '[')
- TokenTypes = 8
- end>
- BlockEnd = ']'
- NotCollapsed = True
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpBoundTagBegin
- DynSelectMin = True
- IgnoreAsParent = False
- end
- item
- DisplayName = ']'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ']')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Enum'
- BlockName = 'Interface section'
- ConditionList = <
- item
- TagList.Strings = (
- '(')
- TokenTypes = 8
- end
- item
- TagList.Strings = (
- '=')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- '.'
- ';'
- 'type')
- CondType = tcMask
- TokenTypes = 14
- end>
- IdentIndex = 2
- BlockOffset = 2
- BlockEnd = 'Enum end'
- NameFmt = 'enum %s2'
- GroupFmt = 'Types'
- HighlightPos = cpAny
- CollapseFmt = 'enum %s2 ...'
- TreeItemImage = 3
- TreeGroupImage = 0
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Enum end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';')
- TokenTypes = 8
- end
- item
- TagList.Strings = (
- ')')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Set'
- ConditionList = <
- item
- TagList.Strings = (
- 'set')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- '=')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end>
- BlockEnd = 'Set end'
- NameFmt = 'set %s0'
- GroupFmt = 'Types'
- RefToCondEnd = True
- TreeItemImage = 3
- TreeGroupImage = 0
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Set end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';')
- TokenTypes = 8
- end>
- IgnoreAsParent = False
- end>
- CodeTemplates = <
- item
- Name = 'be'
- Description = 'begin end'
- Code.Strings = (
- 'begin'
- ' <caret>'
- 'end;')
- Advanced = True
- end
- item
- Name = 'arrayd'
- Description = 'array declaration (var)'
- Code.Strings = (
- 'array[0..|] of ;')
- end
- item
- Name = 'arrayc'
- Description = 'array declaration (const)'
- Code.Strings = (
- 'array[0..|] of = ();')
- end
- item
- Name = 'cases'
- Description = 'case statement'
- Code.Strings = (
- 'case | of'
- ' : ;'
- ' : ;'
- 'end;')
- end
- item
- Name = 'casee'
- Description = 'case statement (with else)'
- Code.Strings = (
- 'case | of'
- ' : ;'
- ' : ;'
- 'else ;'
- 'end;')
- end
- item
- Name = 'classf'
- Description = 'class declaration (all parts)'
- Code.Strings = (
- 'T| = class(T)'
- 'private'
- ''
- 'protected'
- ''
- 'public'
- ''
- 'published'
- ''
- 'end;')
- end
- item
- Name = 'classd'
- Description = 'class declaration (no parts)'
- Code.Strings = (
- 'T| = class(T)'
- ''
- 'end;')
- end
- item
- Name = 'classc'
- Description = 'class declaration (with Create/Destroy overrides)'
- Code.Strings = (
- 'T| = class(T)'
- 'private'
- ''
- 'protected'
- ''
- 'public'
- ' constructor Create; override;'
- ' destructor Destroy; override;'
- 'published'
- ''
- 'end;')
- end
- item
- Name = 'fors'
- Description = 'for (no begin/end)'
- Code.Strings = (
- 'for | := to do')
- end
- item
- Name = 'forb'
- Description = 'for statement'
- Code.Strings = (
- 'for | := to do'
- 'begin'
- ''
- 'end;')
- end
- item
- Name = 'function'
- Description = 'function declaration'
- Code.Strings = (
- 'function |(): ;'
- 'begin'
- ''
- 'end;')
- end
- item
- Name = 'ifs'
- Description = 'if (no begin/end)'
- Code.Strings = (
- 'if | then')
- end
- item
- Name = 'ifb'
- Description = 'if statement'
- Code.Strings = (
- 'if | then'
- 'begin'
- ''
- 'end;')
- end
- item
- Name = 'ife'
- Description = 'if then (no begin/end) else (no begin/end)'
- Code.Strings = (
- 'if | then'
- ''
- 'else')
- end
- item
- Name = 'ifeb'
- Description = 'if then else'
- Code.Strings = (
- 'if | then'
- 'begin'
- ''
- 'end'
- 'else'
- 'begin'
- ''
- 'end;')
- end
- item
- Name = 'procedure'
- Description = 'procedure declaration'
- Code.Strings = (
- 'procedure |();'
- 'begin'
- ''
- 'end;')
- end
- item
- Name = 'trye'
- Description = 'try except'
- Code.Strings = (
- 'try'
- ' |'
- 'except'
- ''
- 'end;')
- end
- item
- Name = 'tryf'
- Description = 'try finally'
- Code.Strings = (
- 'try'
- ' |'
- 'finally'
- ''
- 'end;')
- end
- item
- Name = 'trycf'
- Description = 'try finally (with Create/Free)'
- Code.Strings = (
- '|variable := typename.Create;'
- 'try'
- ''
- 'finally'
- ' variable.Free;'
- 'end;')
- end
- item
- Name = 'whileb'
- Description = 'while statement'
- Code.Strings = (
- 'while | do'
- 'begin'
- ''
- 'end;')
- end
- item
- Name = 'whiles'
- Description = 'while (no begin)'
- Code.Strings = (
- 'while | do')
- end
- item
- Name = 'withb'
- Description = 'with statement'
- Code.Strings = (
- 'with | do'
- 'begin'
- ''
- 'end;')
- end
- item
- Name = 'withs'
- Description = 'with (no begin)'
- Code.Strings = (
- 'with | do')
- end
- item
- Name = 'prop'
- Description = 'property'
- Code.Strings = (
- 'property | read write;')
- end
- item
- Name = 't'
- Description = 'Test'
- Code.Strings = (
- 'test <caret> and more <marker> <marker>'
- 'if <marker>'
- 'then <marker>')
- Advanced = True
- end>
- SubAnalyzers = <
- item
- DisplayName = 'asm section'
- StartExpression = 'asm\b'#13#10
- EndExpression = 'end'#13#10
- SyntAnalyzer = SyntAnalyzer13
- end>
- SampleText.Strings = (
- 'implementation'
- '{Syntax highlighting}'
- 'procedure TForm1.Button1Click(Sender: TObject);'
- 'var'
- ' Number: integer;'
- ' FloatNumber: double;'
- 'begin'
- ' Number := 123; // View integer number style'
-
- ' Caprion := '#39'This Number is '#39' + IntToStr(Number); // View string' +
- ' style'
- ' Inc(Number, $1FA7); // View HEX style'
- ' {Assembler style}'
- ' asm'
- ' MOV AX, 1234H'
- ' MOV Number, AX'
- ' end;'
- 'end;')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor'
- 'Forward')
- Gramma.Gramma =
- 'Skip = <Comment> | <Preprocessor>;'#13#10#13#10'// Class declaration'#13#10'Clas' +
- 'sDecl = <Identifier> '#39'='#39' '#39'class'#39' InheritedList? <Identifier>;'#13#10#13 +
- #10'EmptyClass = <Identifier> '#39'='#39' "class" InheritedList '#39';'#39'; '#13#10#13#10'//' +
- ' Interface declaration'#13#10'IntfDecl = <Identifier> '#39'='#39' ("interface"' +
- ' | "dispinterface") InheritedList? IntfNextToken;'#13#10'IntfNextToken' +
- ' = '#39'['#39' | <Identifier>; '#13#10#13#10'InheritedList = '#39'('#39' IdentList '#39')'#39';'#13#10'I' +
- 'dentList = <Identifier> ('#39','#39' <Identifier>)*;'#13#10
- MarkedBlockStyle = 'Marked block'
- SearchMatchStyle = 'Search Match'
- CurrentLineStyle = 'Current Line'
- DefaultStyleName = 'Default'
- Extentions = 'pas inc dpr dpk'
- LexerName = 'Pascal'
- LineComment = '//'
- end
- object SyntAnalyzer2: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftBackGround
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Identifier'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- FormatType = ftColor
- end
- item
- DisplayName = 'Preprocessor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- FormatType = ftColor
- end>
- TokenRules = <
- item
- DisplayName = 'String'
- StyleName = 'String'
- TokenType = 4
- Expression = '"(.|\\")*?("|$)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Any name'
- StyleName = 'Identifier'
- TokenType = 2
- Expression = '\~?[a-z_]\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'HEX'
- StyleName = 'Number'
- TokenType = 7
- Expression = '0x[\da-f]*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Float'
- StyleName = 'Number'
- TokenType = 6
- Expression =
- '#with exp. dot is optional '#13#10'\d+ \.? \d+ e [\+\-]? \d+ |'#13#10'#witho' +
- 'ut exp. dot is required'#13#10'\d+ \. \d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Define'
- StyleName = 'Preprocessor'
- TokenType = 9
- Expression = '(?-i)'#13#10'\#define(.*\\\s*\n)*'#13#10'.* # last line'#13#10#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Preprocessor'
- StyleName = 'Preprocessor'
- TokenType = 9
- Expression = '\#.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 1'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?s)/\*.*?(\*/|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 2'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '//.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[/\+\-\*:=<>&/\|\^\.]+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Single symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[\{\}\(\)\[\],;]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Char'
- StyleName = 'String'
- TokenType = 8
- Expression = #39'.*?('#39'|$)'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Key words'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- '__asm'
- '__automated'
- '__cdecl'
- '__classid'
- '__closure'
- '__declspec'
- '__dispid'
- '__except'
- '__export'
- '__fastcall'
- '__finally'
- '__import'
- '__inline'
- '__int64'
- '__msfastcall'
- '__msreturn'
- '__pascal'
- '__property'
- '__published'
- '__stdcall'
- '__try'
- '__uuidof'
- '_asm'
- '_cdecl'
- '_export'
- '_fastcall'
- '_import'
- '_pascal'
- '_stdcall'
- 'asm'
- 'auto'
- 'bool'
- 'break'
- 'case'
- 'catch'
- 'cdecl'
- 'char'
- 'class'
- 'const'
- 'continue'
- 'default'
- 'delete'
- 'do'
- 'double'
- 'else'
- 'enum'
- 'explicit'
- 'export'
- 'extern'
- 'false'
- 'float'
- 'for'
- 'friend'
- 'goto'
- 'if'
- 'inline'
- 'int'
- 'long'
- 'mutable'
- 'new'
- 'operator'
- 'pascal'
- 'private'
- 'protected'
- 'public'
- 'register'
- 'return'
- 'short'
- 'signed'
- 'sizeof'
- 'static'
- 'struct'
- 'switch'
- 'this'
- 'throw'
- 'true'
- 'try'
- 'typedef'
- 'typeid'
- 'typename'
- 'union'
- 'unsigned'
- 'uuid'
- 'virtual'
- 'void'
- 'volatile'
- 'wchar_t'
- 'while')
- TokenTypes = 4
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = '#if'
- ConditionList = <
- item
- TagList.Strings = (
- '#if')
- CondType = tcMask
- TokenTypes = 512
- end>
- BlockEnd = '#endif'
- DisplayInTree = False
- HighlightPos = cpAny
- CollapseFmt = '%s0'
- IgnoreAsParent = False
- end
- item
- DisplayName = '#endif'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '#endif')
- TokenTypes = 512
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function begin'
- StrictParent = True
- ConditionList = <
- item
- TagList.Strings = (
- '{')
- TokenTypes = 8
- end
- item
- TagList.Strings = (
- ')')
- TokenTypes = 8
- end
- item
- CondType = tcSkip
- end
- item
- TagList.Strings = (
- '(')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- '::')
- CondType = tcNotEqual
- TokenTypes = 8
- end>
- IdentIndex = -1
- BlockOffset = -1
- BlockEnd = 'function end'
- RefToCondEnd = True
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function end'
- BlockName = 'function begin'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'cls func'
- StrictParent = True
- ConditionList = <
- item
- TagList.Strings = (
- '{')
- TokenTypes = 8
- end
- item
- TagList.Strings = (
- ')')
- TokenTypes = 8
- end
- item
- CondType = tcSkip
- end
- item
- TagList.Strings = (
- '(')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- '::')
- TokenTypes = 8
- end>
- BlockOffset = -1
- BlockEnd = 'cls func end'
- NameFmt = '%s-1'
- GroupFmt = '%s1'
- RefToCondEnd = True
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'cls func end'
- BlockName = 'cls func'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Begin'
- ConditionList = <
- item
- TagList.Strings = (
- '{')
- TokenTypes = 8
- end>
- IdentIndex = 1
- BlockEnd = 'End'
- DisplayInTree = False
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = '{ ... }'
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- '/*Syntax highlighting*/'
- ''
- '#define MAX(a, b) \'
- ' ((a > b) ? a : b) '
- ' '
- 'void __fastcall TForm1->Button1Click(Sender: TObject);'
- '{'
- ' int Number = 123; // View integer number style'
- ' double FloatNumber = 0.123e+2; // View float number style'
-
- ' Caprion = "This Number is " + IntToStr(Number); // View string ' +
- 'style'
- ' Number += 0x1FA7; // View HEX style'
- ' char c = '#39'D'#39';'
- '}')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'c cpp cxx h hpp'
- LexerName = 'C++'
- LineComment = '//'
- end
- object SyntAnal22: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Text'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BorderColorLeft = clGray
- BorderColorTop = clGray
- BorderColorRight = clGray
- BorderColorBottom = clGray
- MultiLineBorder = True
- end
- item
- DisplayName = 'Tag bound'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clOlive
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'CDATA'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Tag Key'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'ERROR content'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Tag ident'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Tag param'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Tag properties'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Current tag'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = 15987699
- FormatType = ftBackGround
- end
- item
- DisplayName = 'Current Block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNone
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = 15400927
- BorderTypeLeft = blSolid
- BorderColorLeft = clGray
- BorderTypeTop = blSolid
- BorderColorTop = clGray
- BorderTypeRight = blSolid
- BorderColorRight = clGray
- BorderTypeBottom = blSolid
- BorderColorBottom = clGray
- end
- item
- DisplayName = 'DTD element type'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'DTD bound'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -19
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Tree item (attribute)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = 14155775
- FormatType = ftColor
- end
- item
- DisplayName = 'Tree item (tag)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end>
- TokenRules = <
- item
- DisplayName = 'PI'
- TokenType = 12
- Expression = '(?s)<\?.*?(\?>|\Z)'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?s)<!--.*?(-->|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'CDATA start'
- StyleName = 'CDATA'
- TokenType = 11
- Expression = '<!\[CDATA\['#13#10'#(?s)<!\[CDATA\[.*?(\]\]>|\Z)'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'CDATA Text'
- StyleName = 'Text'
- BlockName = 'CDATA begin'
- Expression = '(?s)[^\]]*'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'CDATA end'
- StyleName = 'Tag bound'
- BlockName = 'CDATA begin'
- TokenType = 14
- Expression = '\]\]>'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = '<'
- StyleName = 'Tag bound'
- TokenType = 9
- Expression = '<[/!\-\:\?]*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = '>'
- StyleName = 'Tag bound'
- TokenType = 10
- Expression = '[/\?]?>'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'DTD Element type'
- StyleName = 'DTD element type'
- BlockName = 'DTD element start'
- TokenType = 2
- Expression = '(?s)\((\(.*?\)|.)*?\)'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'DTD bounds: [ ] '
- StyleName = 'DTD bound'
- BlockName = 'DOCTYPE begin'
- Expression = '[\[\]]'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Tag param'
- StyleName = 'Tag param'
- BlockName = 'Tag begin'
- TokenType = 4
- Expression = '(?s)".*?"'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = '='
- StyleName = 'Tag bound'
- TokenType = 3
- Expression = '='#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Tag ident'
- StyleName = 'Tag ident'
- BlockName = 'Tag begin'
- TokenType = 2
- Expression = '[^>=\?\s/]*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Error content'
- StyleName = 'ERROR content'
- BlockName = 'Tag begin'
- Expression = '[^>\s]*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = '&...'
- StyleName = 'Tag Key'
- TokenType = 4
- Expression = '&\w+;'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Text'
- StyleName = 'Text'
- BlockName = 'CDATA begin'
- NotParent = True
- TokenType = 4
- Expression = '[^<&]*'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Tag begin'
- StyleName = 'Current tag'
- ConditionList = <
- item
- TokenTypes = 512
- end>
- BlockEnd = 'Tag end'
- NotCollapsed = True
- DisplayInTree = False
- DynHighlight = dhRangeNoBound
- HighlightPos = cpRange
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Tag end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 1024
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'DTD element start'
- ConditionList = <
- item
- TagList.Strings = (
- 'DOCTYPE')
- CondType = tcNotEqual
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- '<!')
- TokenTypes = 512
- end>
- BlockOffset = 1
- BlockEnd = 'DTD element end'
- NameFmt = '%s-1'
- HighlightPos = cpAny
- CollapseFmt = '< %s0 %s-1 >'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'DTD element end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 1024
- end>
- HighlightPos = cpAny
- CancelNextRules = True
- IgnoreAsParent = False
- end
- item
- DisplayName = 'DOCTYPE begin'
- ConditionList = <
- item
- TagList.Strings = (
- 'DOCTYPE')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- '<!')
- TokenTypes = 512
- end>
- BlockOffset = 1
- BlockEnd = 'DOCTYPE end'
- NameFmt = 'Document structure'
- HighlightPos = cpAny
- CollapseFmt = 'Document structure'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'DOCTYPE end'
- BlockName = 'DOCTYPE begin'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '>')
- TokenTypes = 1024
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Tag keys'
- StyleName = 'Tag Key'
- BlockType = btTagDetect
- ConditionList = <
- item
- TokenTypes = 4
- end
- item
- TokenTypes = 512
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Tag block begin'
- StyleName = 'Current Block'
- ConditionList = <
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- '<')
- TokenTypes = 512
- end>
- BlockEnd = 'Tag block end'
- DynHighlight = dhBound
- HighlightPos = cpRange
- DynSelectMin = True
- CollapseFmt = ' %s0 >'
- TreeItemStyle = 'Tree item (tag)'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Tag block end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- '</')
- TokenTypes = 512
- end>
- SameIdent = True
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End of simple tag'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '/>')
- TokenTypes = 1024
- end>
- BlockEnd = 'Tag block begin'
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Comment begin'
- ConditionList = <
- item
- TokenTypes = 2
- end>
- BlockEnd = 'Comment end'
- DisplayInTree = False
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Comment end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 2
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'CDATA end'
- BlockName = 'CDATA begin'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 16384
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'CDATA begin'
- ConditionList = <
- item
- TokenTypes = 2048
- end>
- BlockEnd = 'CDATA end'
- NameFmt = '%s-1'
- HighlightPos = cpAny
- CollapseFmt = 'CDATA'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Tag attribute'
- StyleName = 'Tag param'
- BlockName = 'Tag begin'
- ConditionList = <
- item
- TokenTypes = 16
- end
- item
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end>
- NameFmt = '%s0 %s-1 %s-2'
- RefToCondEnd = True
- HighlightPos = cpAny
- NoEndRule = True
- TreeItemStyle = 'Tree item (attribute)'
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- '<?xml version="1.0" encoding="ISO-8859-1" ?>'
- ''
- '<!DOCTYPE web-app ['
-
- ' <!ELEMENT web-app (icon?, display-name?, description?, distrib' +
- 'utable?,'
- ' context-param*, filter*, filter-mapping*, listener*, servlet*,'
-
- ' servlet-mapping*, session-config?, mime-mapping*, welcome-file' +
- '-list?,'
-
- ' error-page*, taglib*, resource-env-ref*, resource-ref*, securi' +
- 'ty-constraint*,'
-
- ' login-config?, security-role*, env-entry*, ejb-ref*, ejb-loca' +
- 'l-ref*)>'
- ' <!ELEMENT auth-constraint (description?, role-name*)>'
- ' <!ELEMENT auth-method (#PCDATA)>'
-
- ' <!ELEMENT context-param (param-name, param-value, description?' +
- ')>'
- ' <!ELEMENT description (#PCDATA)>'
- ' <!ELEMENT display-name (#PCDATA)>'
- ' <!ELEMENT distributable EMPTY>'
- ' <!ELEMENT ejb-link (#PCDATA)>'
-
- ' <!ELEMENT ejb-local-ref (description?, ejb-ref-name, ejb-ref-t' +
- 'ype,local-home, local, ejb-link?)>'
-
- ' <!ELEMENT ejb-ref (description?, ejb-ref-name, ejb-ref-type,ho' +
- 'me, remote, ejb-link?)>'
- ' <!ELEMENT ejb-ref-name (#PCDATA)>'
- ' <!ELEMENT ejb-ref-type (#PCDATA)>'
-
- ' <!ELEMENT env-entry (description?, env-entry-name, env-entry-v' +
- 'alue?,env-entry-type)>'
- ' <!ELEMENT env-entry-name (#PCDATA)>'
- ' <!ELEMENT env-entry-type (#PCDATA)>'
- ' <!ELEMENT env-entry-value (#PCDATA)>'
- ' <!ELEMENT error-code (#PCDATA)>'
-
- ' <!ELEMENT error-page ((error-code | exception-type), location)' +
- '>'
- ' <!ELEMENT exception-type (#PCDATA)>'
- ' <!ELEMENT extension (#PCDATA)>'
-
- ' <!ELEMENT filter (icon?, filter-name, display-name?, descripti' +
- 'on?,filter-class, init-param*)>'
- ' <!ELEMENT filter-class (#PCDATA)>'
-
- ' <!ELEMENT filter-mapping (filter-name, (url-pattern | servlet-' +
- 'name))>'
- ' <!ELEMENT filter-name (#PCDATA)>'
- ' <!ELEMENT form-error-page (#PCDATA)>'
-
- ' <!ELEMENT form-login-config (form-login-page, form-error-page)' +
- '>'
- ' <!ELEMENT form-login-page (#PCDATA)>'
- ' <!ELEMENT home (#PCDATA)>'
- ' <!ELEMENT http-method (#PCDATA)>'
- ' <!ELEMENT icon (small-icon?, large-icon?)>'
- ' <!ELEMENT init-param (param-name, param-value, description?)>'
- ' <!ELEMENT jsp-file (#PCDATA)>'
- ' <!ELEMENT large-icon (#PCDATA)>'
- ' <!ELEMENT listener (listener-class)>'
- ' <!ELEMENT listener-class (#PCDATA)>'
- ' <!ELEMENT load-on-startup (#PCDATA)>'
- ' <!ELEMENT local (#PCDATA)>'
- ' <!ELEMENT local-home (#PCDATA)>'
- ' <!ELEMENT location (#PCDATA)>'
-
- ' <!ELEMENT login-config (auth-method?, realm-name?, form-login-' +
- 'config?)>'
- ' <!ELEMENT mime-mapping (extension, mime-type)>'
- ' <!ELEMENT mime-type (#PCDATA)>'
- ' <!ELEMENT param-name (#PCDATA)>'
- ' <!ELEMENT param-value (#PCDATA)>'
- ' <!ELEMENT realm-name (#PCDATA)>'
- ' <!ELEMENT remote (#PCDATA)>'
- ' <!ELEMENT res-auth (#PCDATA)>'
- ' <!ELEMENT res-ref-name (#PCDATA)>'
- ' <!ELEMENT res-sharing-scope (#PCDATA)>'
- ' <!ELEMENT res-type (#PCDATA)>'
-
- ' <!ELEMENT resource-env-ref (description?, resource-env-ref-nam' +
- 'e,resource-env-ref-type)>'
- ' <!ELEMENT resource-env-ref-name (#PCDATA)>'
- ' <!ELEMENT resource-env-ref-type (#PCDATA)>'
-
- ' <!ELEMENT resource-ref (description?, res-ref-name, res-type, ' +
- 'res-auth,res-sharing-scope?)>'
- ' <!ELEMENT role-link (#PCDATA)>'
- ' <!ELEMENT role-name (#PCDATA)>'
- ' <!ELEMENT run-as (description?, role-name)>'
-
- ' <!ELEMENT security-constraint (display-name?, web-resource-col' +
- 'lection+,auth-constraint?, user-data-constraint?)>'
- ' <!ELEMENT security-role (description?, role-name)>'
-
- ' <!ELEMENT security-role-ref (description?, role-name, role-lin' +
- 'k?)>'
-
- ' <!ELEMENT servlet (icon?, servlet-name, display-name?, descrip' +
- 'tion?,'
-
- ' (servlet-class|jsp-file), init-param*, load-on-startup?, run' +
- '-as?, security-role-ref*)>'
- ' <!ELEMENT servlet-class (#PCDATA)>'
- ' <!ELEMENT servlet-mapping (servlet-name, url-pattern)>'
- ' <!ELEMENT servlet-name (#PCDATA)>'
- ' <!ELEMENT session-config (session-timeout?)>'
- ' <!ELEMENT session-timeout (#PCDATA)>'
- ' <!ELEMENT small-icon (#PCDATA)>'
- ' <!ELEMENT taglib (taglib-uri, taglib-location)>'
- ' <!ELEMENT taglib-location (#PCDATA)>'
- ' <!ELEMENT taglib-uri (#PCDATA)>'
- ' <!ELEMENT transport-guarantee (#PCDATA)>'
- ' <!ELEMENT url-pattern (#PCDATA)>'
-
- ' <!ELEMENT user-data-constraint (description?, transport-guaran' +
- 'tee)>'
-
- ' <!ELEMENT web-resource-collection (web-resource-name, descript' +
- 'ion?,url-pattern*, http-method*)>'
- ' <!ELEMENT web-resource-name (#PCDATA)>'
- ' <!ELEMENT welcome-file (#PCDATA)>'
- ' <!ELEMENT welcome-file-list (welcome-file+)>'
- ' <!ATTLIST auth-constraint id ID #IMPLIED>'
- ' <!ATTLIST auth-method id ID #IMPLIED>'
- ' <!ATTLIST context-param id ID #IMPLIED>'
- ' <!ATTLIST description id ID #IMPLIED>'
- ' <!ATTLIST display-name id ID #IMPLIED>'
- ' <!ATTLIST distributable id ID #IMPLIED>'
- ' <!ATTLIST ejb-link id ID #IMPLIED>'
- ' <!ATTLIST ejb-local-ref id ID #IMPLIED>'
- ' <!ATTLIST ejb-ref id ID #IMPLIED>'
- ' <!ATTLIST ejb-ref-name id ID #IMPLIED>'
- ' <!ATTLIST ejb-ref-type id ID #IMPLIED>'
- ' <!ATTLIST env-entry id ID #IMPLIED>'
- ' <!ATTLIST env-entry-name id ID #IMPLIED>'
- ' <!ATTLIST env-entry-type id ID #IMPLIED>'
- ' <!ATTLIST env-entry-value id ID #IMPLIED>'
- ' <!ATTLIST error-code id ID #IMPLIED>'
- ' <!ATTLIST error-page id ID #IMPLIED>'
- ' <!ATTLIST exception-type id ID #IMPLIED>'
- ' <!ATTLIST extension id ID #IMPLIED>'
- ' <!ATTLIST filter id ID #IMPLIED>'
- ' <!ATTLIST filter-class id ID #IMPLIED>'
- ' <!ATTLIST filter-mapping id ID #IMPLIED>'
- ' <!ATTLIST filter-name id ID #IMPLIED>'
- ' <!ATTLIST form-error-page id ID #IMPLIED>'
- ' <!ATTLIST form-login-config id ID #IMPLIED>'
- ' <!ATTLIST form-login-page id ID #IMPLIED>'
- ' <!ATTLIST home id ID #IMPLIED>'
- ' <!ATTLIST http-method id ID #IMPLIED>'
- ' <!ATTLIST icon id ID #IMPLIED>'
- ' <!ATTLIST init-param id ID #IMPLIED>'
- ' <!ATTLIST jsp-file id ID #IMPLIED>'
- ' <!ATTLIST large-icon id ID #IMPLIED>'
- ' <!ATTLIST listener id ID #IMPLIED>'
- ' <!ATTLIST listener-class id ID #IMPLIED>'
- ' <!ATTLIST load-on-startup id ID #IMPLIED>'
- ' <!ATTLIST local id ID #IMPLIED>'
- ' <!ATTLIST local-home id ID #IMPLIED>'
- ' <!ATTLIST location id ID #IMPLIED>'
- ' <!ATTLIST login-config id ID #IMPLIED>'
- ' <!ATTLIST mime-mapping id ID #IMPLIED>'
- ' <!ATTLIST mime-type id ID #IMPLIED>'
- ' <!ATTLIST param-name id ID #IMPLIED>'
- ' <!ATTLIST param-value id ID #IMPLIED>'
- ' <!ATTLIST realm-name id ID #IMPLIED>'
- ' <!ATTLIST remote id ID #IMPLIED>'
- ' <!ATTLIST res-auth id ID #IMPLIED>'
- ' <!ATTLIST res-ref-name id ID #IMPLIED>'
- ' <!ATTLIST res-sharing-scope id ID #IMPLIED>'
- ' <!ATTLIST res-type id ID #IMPLIED>'
- ' <!ATTLIST resource-env-ref id ID #IMPLIED>'
- ' <!ATTLIST resource-env-ref-name id ID #IMPLIED>'
- ' <!ATTLIST resource-env-ref-type id ID #IMPLIED>'
- ' <!ATTLIST resource-ref id ID #IMPLIED>'
- ' <!ATTLIST role-link id ID #IMPLIED>'
- ' <!ATTLIST role-name id ID #IMPLIED>'
- ' <!ATTLIST run-as id ID #IMPLIED>'
- ' <!ATTLIST security-constraint id ID #IMPLIED>'
- ' <!ATTLIST security-role id ID #IMPLIED>'
- ' <!ATTLIST security-role-ref id ID #IMPLIED>'
- ' <!ATTLIST servlet id ID #IMPLIED>'
- ' <!ATTLIST servlet-class id ID #IMPLIED>'
- ' <!ATTLIST servlet-mapping id ID #IMPLIED>'
- ' <!ATTLIST servlet-name id ID #IMPLIED>'
- ' <!ATTLIST session-config id ID #IMPLIED>'
- ' <!ATTLIST session-timeout id ID #IMPLIED>'
- ' <!ATTLIST small-icon id ID #IMPLIED>'
- ' <!ATTLIST taglib id ID #IMPLIED>'
- ' <!ATTLIST taglib-location id ID #IMPLIED>'
- ' <!ATTLIST taglib-uri id ID #IMPLIED>'
- ' <!ATTLIST transport-guarantee id ID #IMPLIED>'
- ' <!ATTLIST url-pattern id ID #IMPLIED>'
- ' <!ATTLIST url-pattern beep ID #IMPLIED>'
- ' <!ATTLIST user-data-constraint id ID #IMPLIED>'
- ' <!ATTLIST web-app id ID #IMPLIED>'
- ' <!ATTLIST web-resource-collection id ID #IMPLIED>'
- ' <!ATTLIST web-resource-name id ID #IMPLIED>'
- ' <!ATTLIST welcome-file id ID #IMPLIED>'
- ' <!ATTLIST welcome-file-list id ID #IMPLIED>'
- ']>'
- ''
- '<web-app>'
- ' <display-name abc="123" '
- ' def="true"></display-name>'
- ' <description></description>'
- ' <filter-mapping>'
- ' <filter-name></filter-name>'
- ' <url-pattern></url-pattern>'
- ' </filter-mapping>'
- '</web-app>'
- '')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Tag Open'
- 'Tag Close'
- 'CDATA'
- 'PI'
- 'Attrib. value'
- 'CDATA end')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'xml xsl xslt mmpa mmpr sti bdsproj xsd'
- LexerName = 'XML documents'
- Left = 140
- Top = 160
- end
- object SyntAnal50: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Identifier'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- ChangeCase = ccUpper
- end
- item
- DisplayName = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- BorderColorLeft = clRed
- BorderColorTop = clNavy
- BorderColorRight = clMaroon
- BorderColorBottom = clRed
- MultiLineBorder = True
- end
- item
- DisplayName = 'Reserved PL/SQL word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- ChangeCase = ccUpper
- end
- item
- DisplayName = 'SQL Functions'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'SQL*Plus Meta Commands'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Datatypes'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsUnderline]
- end
- item
- DisplayName = 'Predefined Exceptions'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Default Oracle Packages'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatFlags = [ffBold, ffUnderline, ffStrikeOut, ffReadOnly, ffHidden]
- end
- item
- DisplayName = 'Public Package Procedure'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Function separator'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clRed
- FormatType = ftBackGround
- end
- item
- DisplayName = 'Current block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = clBtnFace
- FormatType = ftColor
- BorderTypeLeft = blDot
- BorderColorLeft = clMaroon
- BorderTypeTop = blDot
- BorderColorTop = clMaroon
- BorderTypeRight = blDot
- BorderColorRight = clMaroon
- BorderTypeBottom = blDot
- BorderColorBottom = clMaroon
- end
- item
- DisplayName = 'Current function'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = 16777205
- FormatType = ftBackGround
- MultiLineBorder = True
- end
- item
- DisplayName = 'Current Line'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = 13369080
- FormatType = ftBackGround
- end
- item
- DisplayName = '()'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold, fsUnderline]
- BgColor = clBtnFace
- BorderTypeLeft = blDot
- BorderTypeTop = blDot
- BorderTypeRight = blDot
- BorderTypeBottom = blDot
- end
- item
- DisplayName = 'Big Bold (tree)'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Group (tree)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold, fsItalic]
- end
- item
- DisplayName = 'Function (tree)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Data Dictionary'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end>
- TokenRules = <
- item
- DisplayName = 'Public Package Procedure'
- StyleName = 'Public Package Procedure'
- TokenType = 2
- Expression = 'DBMS_\w+?\.\w+'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Any name'
- StyleName = 'Identifier'
- TokenType = 2
- Expression = '[a-z_]\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'String'
- StyleName = 'String'
- TokenType = 4
- Expression = '(?s)'#39'.*?('#39'|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?s)/\*.*?(\*/|\Z)'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 2'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '--.*'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Float'
- StyleName = 'Number'
- TokenType = 6
- Expression = '\d+\.?\d+e[\+\-]?\d+|\d+\.\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[/,\.;:\(\)=<>\+\-]'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Reserved words'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'ACCESS'
- 'ADD'
- 'ALL'
- 'ALTER'
- 'AND'
- 'ANY'
- 'AS'
- 'ASC'
- 'AUDIT'
- 'BETWEEN'
- 'BY'
- 'CHAR'
- 'CHECK'
- 'CLUSTER'
- 'COLUMN'
- 'COMMENT'
- 'COMPRESS'
- 'CONNECT'
- 'CONNECT_BY_ISCYCLE'
- 'CONNECT_BY_ISLEAF'
- 'CREATE'
- 'CURRENT'
- 'CURRVAL '
- 'DATE'
- 'DECIMAL'
- 'DEFAULT'
- 'DELETE'
- 'DESC'
- 'DISTINCT'
- 'DROP'
- 'ELSE'
- 'EXCLUSIVE'
- 'EXISTS'
- 'FILE'
- 'FLOAT'
- 'FOR'
- 'FROM'
- 'GRANT'
- 'GROUP'
- 'HAVING'
- 'IDENTIFIED'
- 'IMMEDIATE'
- 'IN'
- 'INCREMENT'
- 'INDEX'
- 'INITIAL'
- 'INSERT'
- 'INTEGER'
- 'INTERSECT'
- 'INTO'
- 'IS'
- 'LEVEL'
- 'LIKE'
- 'LOCK'
- 'LONG'
- 'MAXEXTENTS'
- 'MERGE'
- 'MINUS'
- 'MLSLABEL'
- 'MODE'
- 'MODIFY'
- 'NEXTVAL'
- 'NOAUDIT'
- 'NOCOMPRESS'
- 'NOT'
- 'NOWAIT'
- 'NULL'
- 'NUMBER'
- 'OBJECT_ID'
- 'OBJECT_VALUE'
- 'OF'
- 'OFFLINE'
- 'ON'
- 'ONLINE'
- 'OPTION'
- 'OR'
- 'ORA_ROWSCN'
- 'ORDER'
- 'PCTFREE'
- 'PRIOR'
- 'PRIVILEGES'
- 'PUBLIC'
- 'RAW'
- 'RENAME'
- 'RESOURCE'
- 'REVOKE'
- 'ROW'
- 'ROWID'
- 'ROWNUM'
- 'ROWS'
- 'SELECT'
- 'SESSION'
- 'SET'
- 'SHARE'
- 'SIZE'
- 'SMALLINT'
- 'START'
- 'SUCCESSFUL'
- 'SYNONYM'
- 'SYSDATE'
- 'TABLE'
- 'TABLESPACE'
- 'THEN'
- 'TO'
- 'TRIGGER'
- 'UID'
- 'UNION'
- 'UNIQUE'
- 'UPDATE'
- 'USER'
- 'VALIDATE'
- 'VALUES'
- 'VARCHAR'
- 'VARCHAR2'
- 'VIEW'
- 'WHENEVER'
- 'WHERE'
- 'WITH'
- 'XMLDATA')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'PL/SQL Reserved words'
- StyleName = 'Reserved PL/SQL word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'ALL'
- 'ALTER'
- 'AND'
- 'ANY'
- 'ARRAY'
- 'AS'
- 'ASC'
- 'AT'
- 'AUTHID'
- 'AVG'
- 'BEGIN'
- 'BETWEEN'
- 'BINARY_INTEGER'
- 'BODY'
- 'BOOLEAN'
- 'BULK'
- 'BY'
- 'CASE'
- 'CHAR'
- 'CHAR_BASE'
- 'CHECK'
- 'CLOSE'
- 'CLUSTER'
- 'COALESCE'
- 'COLLECT'
- 'COMMENT'
- 'COMMIT'
- 'COMPRESS'
- 'CONNECT'
- 'CONSTANT'
- 'CREATE'
- 'CURRENT'
- 'CURRVAL'
- 'CURSOR'
- 'DATE'
- 'DAY'
- 'DECIMAL'
- 'DECLARE'
- 'DEFAULT'
- 'DELETE'
- 'DELETING'
- 'DESC'
- 'DISTINCT'
- 'DO'
- 'DROP'
- 'ELSE'
- 'ELSIF'
- 'END'
- 'EXCEPTION'
- 'EXCLUSIVE'
- 'EXECUTE'
- 'EXISTS'
- 'EXIT'
- 'EXTENDS'
- 'EXTRACT'
- 'FALSE'
- 'FETCH'
- 'FLOAT'
- 'FOR'
- 'FORALL'
- 'FROM'
- 'FUNCTION'
- 'GOTO'
- 'GROUP'
- 'HAVING'
- 'HEAP'
- 'HOUR'
- 'IF'
- 'IMMEDIATE'
- 'IN'
- 'INDEX'
- 'INDICATOR'
- 'INSERT'
- 'INSERTING'
- 'INTEGER'
- 'INTERFACE'
- 'INTERSECT'
- 'INTERVAL'
- 'INTO'
- 'IS'
- 'ISOLATION'
- 'JAVA'
- 'LEVEL'
- 'LIKE'
- 'LIMITED'
- 'LOCK'
- 'LONG'
- 'LOOP'
- 'MAX'
- 'MIN'
- 'MINUS'
- 'MINUTE'
- 'MLSLABEL'
- 'MOD'
- 'MODE'
- 'MONTH'
- 'NATURAL'
- 'NATURALN'
- 'NEW'
- 'NEXTVAL'
- 'NOCOPY'
- 'NOT'
- 'NOWAIT'
- 'NULL'
- 'NULLIF'
- 'NUMBER'
- 'NUMBER_BASE'
- 'OCIROWID'
- 'OF'
- 'ON'
- 'OPAQUE'
- 'OPEN'
- 'OPERATOR'
- 'OPTION'
- 'OR'
- 'ORDER'
- 'ORGANIZATION'
- 'OTHERS'
- 'OUT'
- 'PACKAGE'
- 'PARTITION'
- 'PCTFREE'
- 'PLS_INTEGER'
- 'POSITIVE'
- 'POSITIVEN'
- 'PRAGMA'
- 'PRIOR'
- 'PRIVATE'
- 'PROCEDURE'
- 'PUBLIC'
- 'RAISE'
- 'RANGE'
- 'RAW'
- 'REAL'
- 'RECORD'
- 'REF'
- 'RELEASE'
- 'RETURN'
- 'REVERSE'
- 'ROLLBACK'
- 'ROW'
- 'ROWID'
- 'ROWNUM'
- 'ROWTYPE'
- 'SAVEPOINT'
- 'SECOND'
- 'SELECT'
- 'SEPARATE'
- 'SET'
- 'SHARE'
- 'SMALLINT'
- 'SPACE'
- 'SQL'
- 'SQLCODE'
- 'SQLERRM'
- 'START'
- 'STDDEV'
- 'SUBTYPE'
- 'SUCCESSFUL'
- 'SUM'
- 'SYNONYM'
- 'SYSDATE'
- 'TABLE'
- 'THEN'
- 'TIME'
- 'TIMESTAMP'
- 'TIMEZONE_ABBR'
- 'TIMEZONE_HOUR'
- 'TIMEZONE_MINUTE'
- 'TIMEZONE_REGION'
- 'TO'
- 'TRIGGER'
- 'TRUE'
- 'TYPE'
- 'UID'
- 'UNION'
- 'UNIQUE'
- 'UPDATE'
- 'UPDATEING'
- 'USE'
- 'USER'
- 'VALIDATE'
- 'VALUES'
- 'VARCHAR'
- 'VARCHAR2'
- 'VARIANCE'
- 'VIEW'
- 'WHEN'
- 'WHENEVER'
- 'WHERE'
- 'WHILE'
- 'WITH'
- 'WORK'
- 'WRITE'
- 'YEAR'
- 'ZONE')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'SQL*Plus Meta Commands'
- StyleName = 'SQL*Plus Meta Commands'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- '@'
- '@@'
- 'acc'
- 'accept'
- 'connect'
- 'def'
- 'define'
- 'desc'
- 'describe'
- 'exec'
- 'execute'
- 'prompt'
- 'rem'
- 'remark'
- 'set'
- 'spo'
- 'spool'
- 'start'
- 'undef'
- 'undefine')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'SQL Functions'
- StyleName = 'SQL Functions'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'ABS'
- 'ACOS'
- 'ADD_MONTHS'
- 'ASCII'
- 'ASCIISTR'
- 'ASIN'
- 'ATAN'
- 'ATAN2'
- 'AVG'
- 'AVG '
- 'BFILENAME'
- 'BIN_TO_NUM'
- 'BITAND'
- 'CARDINALITY'
- 'CAST'
- 'CEIL'
- 'CHARTOROWID'
- 'CHR'
- 'COALESCE'
- 'COLLECT'
- 'COMPOSE'
- 'CONCAT'
- 'CONVERT'
- 'CORR '
- 'CORR_K'
- 'CORR_S'
- 'COS'
- 'COSH'
- 'COUNT '
- 'COVAR_POP'
- 'COVAR_SAMP '
- 'CUME_DIST'
- 'CURRENT_DATE'
- 'CURRENT_TIMESTAMP'
- 'CV'
- 'DBTIMEZONE'
- 'DECODE'
- 'DECOMPOSE'
- 'DENSE_RANK'
- 'DEPTH'
- 'DEREF'
- 'DUMP'
- 'EMPTY_BLOB, EMPTY_CLOB'
- 'EXISTSNODE'
- 'EXP'
- 'EXTRACT'
- 'EXTRACTVALUE'
- 'FIRST'
- 'FIRST_VALUE '
- 'FLOOR'
- 'FROM_TZ'
- 'GREATEST'
- 'GROUP_ID'
- 'GROUPING'
- 'GROUPING_ID'
- 'HEXTORAW'
- 'INITCAP'
- 'INSTR'
- 'ITERATION_NUMBER'
- 'LAG'
- 'LAST'
- 'LAST_DAY'
- 'LAST_VALUE '
- 'LEAD'
- 'LEAST'
- 'LENGTH'
- 'LN'
- 'LNNVL'
- 'LOCALTIMESTAMP'
- 'LOG'
- 'LOWER'
- 'LPAD'
- 'LTRIM'
- 'MAKE_REF'
- 'MAX '
- 'MEDIAN'
- 'MIN '
- 'MOD'
- 'MONTHS_BETWEEN'
- 'NANVL'
- 'NEW_TIME'
- 'NEXT_DAY'
- 'NLS_CHARSET_DECL_LEN'
- 'NLS_CHARSET_ID'
- 'NLS_CHARSET_NAME'
- 'NLS_INITCAP'
- 'NLS_LOWER'
- 'NLS_UPPER'
- 'NLSSORT'
- 'NTILE'
- 'NULLIF'
- 'NUMTODSINTERVAL'
- 'NUMTOYMINTERVAL'
- 'NVL'
- 'NVL2'
- 'ORA_HASH'
- 'PATH'
- 'PERCENT_RANK'
- 'PERCENTILE_CONT'
- 'PERCENTILE_DISC'
- 'POWER'
- 'POWERMULTISET'
- 'POWERMULTISET_BY_CARDINALITY'
- 'PRESENTNNV'
- 'PRESENTV'
- 'PREVIOUS'
- 'RANK'
- 'RATIO_TO_REPORT'
- 'RAWTOHEX'
- 'RAWTONHEX'
- 'REF'
- 'REFTOHEX'
- 'REGEXP_INSTR'
- 'REGEXP_REPLACE'
- 'REGEXP_SUBSTR'
- 'REGR_AVGX'
- 'REGR_AVGY'
- 'REGR_COUNT'
- 'REGR_INTERCEPT'
- 'REGR_R2'
- 'REGR_SLOPE'
- 'REGR_SXY'
- 'REGR_SYY'
- 'REMAINDER'
- 'ROUND'
- 'ROUND '
- 'ROW_NUMBER'
- 'ROWIDTOCHAR'
- 'ROWIDTONCHAR'
- 'RPAD'
- 'RTRIM'
- 'SCN_TO_TIMESTAMP'
- 'SESSIONTIMEZONE'
- 'SET'
- 'SIGN'
- 'SIN'
- 'SINH'
- 'SOUNDEX'
- 'SQRT'
- 'STATS_BINOMIAL_TEST'
- 'STATS_CROSSTAB'
- 'STATS_F_TEST'
- 'STATS_KS_TEST'
- 'STATS_MODE'
- 'STATS_MW_TEST'
- 'STATS_ONE_WAY_ANOVA'
- 'STATS_T_TEST_INDEP'
- 'STATS_T_TEST_INDEPU'
- 'STATS_T_TEST_ONE'
- 'STATS_T_TEST_PAIRED'
- 'STATS_WSR_TEST'
- 'STDDEV '
- 'STDDEV_POP '
- 'STDDEV_SAMP '
- 'SUBSTR'
- 'SUM '
- 'SYS_CONNECT_BY_PATH'
- 'SYS_CONTEXT'
- 'SYS_DBURIGEN'
- 'SYS_EXTRACT_UTC'
- 'SYS_GUID'
- 'SYS_TYPEID'
- 'SYS_XMLAGG'
- 'SYS_XMLGEN'
- 'SYSDATE'
- 'SYSTIMESTAMP'
- 'TAN'
- 'TANH'
- 'TIMESTAMP_TO_SCN'
- 'TO_BINARY_DOUBLE'
- 'TO_BINARY_FLOAT'
- 'TO_CHAR '
- 'TO_CLOB'
- 'TO_DATE'
- 'TO_DSINTERVAL'
- 'TO_LOB'
- 'TO_MULTI_BYTE'
- 'TO_NCHAR '
- 'TO_NCLOB'
- 'TO_NUMBER'
- 'TO_SINGLE_BYTE'
- 'TO_TIMESTAMP'
- 'TO_TIMESTAMP_TZ'
- 'TO_YMINTERVAL'
- 'TRANSLATE'
- 'TREAT'
- 'TRIM'
- 'TRUNC '
- 'TZ_OFFSET'
- 'UID'
- 'UNISTR'
- 'UPDATEXML'
- 'UPPER'
- 'USER'
- 'USERENV'
- 'USING'
- 'VALUE'
- 'VAR_POP'
- 'VAR_SAMP '
- 'VARIANCE'
- 'VSIZE'
- 'WIDTH_BUCKET'
- 'XMLAGG'
- 'XMLCOLATTVAL'
- 'XMLCONCAT'
- 'XMLFOREST'
- 'XMLSEQUENCE'
- 'XMLTRANSFORM')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Default Oracle Packages'
- StyleName = 'Default Oracle Packages'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'outln_pkg'
- 'plitblm'
- 'raise_application_error'
- 'sdo_cs'
- 'sdo_geom'
- 'sdo_lrs'
- 'sdo_migrate'
- 'sdo_tune'
- 'set_transaction_use'
- 'standard'
- 'updating'
- 'utl_coll'
- 'utl_encode'
- 'utl_file'
- 'utl_http'
- 'utl_inaddr'
- 'utl_pg'
- 'utl_raw'
- 'utl_ref'
- 'utl_smtp'
- 'utl_tcp'
- 'utl_url')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Predefined Exceptions'
- StyleName = 'Predefined Exceptions'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'access_into_null'
- 'collection_is_null'
- 'cursor_already_open'
- 'dbms_lob.access_error'
- 'dbms_lob.invalid_directory'
- 'dbms_lob.noexist_directory'
- 'dbms_lob.nopriv_directory'
- 'dbms_lob.open_toomany'
- 'dbms_lob.operation_failed'
- 'dbms_lob.unopened_file'
- 'dbms_sql.inconsistent_type'
- 'dup_val_on_index'
- 'invalid_cursor'
- 'invalid_number'
- 'login_denied'
- 'no_data_found'
- 'not_logged_on'
- 'others'
- 'program_error'
- 'storage_error'
- 'subscript_beyond_count'
- 'subscript_outside_limit'
- 'timeout_on_resource'
- 'too_many_rows'
- 'utl_file.internal_error'
- 'utl_file.invalid_filehandle'
- 'utl_file.invalid_mode'
- 'utl_file.invalid_operation'
- 'utl_file.invalid_path'
- 'utl_file.read_error'
- 'utl_file.write_error'
- 'value_error'
- 'zero_divide')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Datatypes'
- StyleName = 'Datatypes'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'BFILE'
- 'BINARY_DOUBLE'
- 'BINARY_FLOAT'
- 'BINARY_INTEGER'
- 'BLOB'
- 'BOOLEAN'
- 'BYTE'
- 'CHAR'
- 'CHARACTER'
- 'CLOB'
- 'DATE'
- 'DEC'
- 'DECIMAL'
- 'DOUBLE '
- 'FLOAT'
- 'INT'
- 'INTEGER'
- 'INTERVAL'
- 'LONG'
- 'LONG RAW'
- 'NATURAL'
- 'NATURALN'
- 'NCHAR'
- 'NCLOB'
- 'NUMBER'
- 'NUMERIC'
- 'NVARCHAR2'
- 'PLS_INTEGER'
- 'POSITIVE'
- 'POSITIVEN'
- 'PRECISION'
- 'RAW'
- 'REAL'
- 'RECORD'
- 'ROWID'
- 'SIGNTYPE'
- 'SMALLINT'
- 'STRING'
- 'TABLE'
- 'TIMESTAMP'
- 'UROWID'
- 'VARCHAR'
- 'VARCHAR2'
- 'VARRAY')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Comment start'
- BlockName = 'Comment start'
- NotParent = True
- ConditionList = <
- item
- TokenTypes = 2
- end>
- BlockEnd = 'Comment end'
- DisplayInTree = False
- HighlightPos = cpAny
- CollapseFmt = '-- ... --'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Comment end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 1021
- end
- item
- TokenTypes = 2
- end>
- BlockOffset = 1
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'package body'
- ConditionList = <
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- 'body')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- 'package')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockOffset = 2
- BlockEnd = 'package end'
- NameFmt = '%s2 %s1 %s0 '
- HighlightPos = cpAny
- TreeItemStyle = 'Big Bold (tree)'
- TreeItemImage = 0
- IgnoreAsParent = False
- end
- item
- DisplayName = 'package declaration'
- Enabled = False
- ConditionList = <
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- 'body')
- CondType = tcNotEqual
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- 'package')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockOffset = 3
- BlockEnd = 'package end'
- NameFmt = '%s2 %s1 (declaration)'
- HighlightPos = cpAny
- GrammaRuleName = 'Package_declaration'
- TreeItemStyle = 'Big Bold (tree)'
- TreeItemImage = 0
- IgnoreAsParent = False
- end
- item
- DisplayName = 'package end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '/')
- TokenTypes = 8
- end
- item
- TagList.Strings = (
- ';')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'constant start'
- BlockName = 'package body'
- StrictParent = True
- ConditionList = <
- item
- TagList.Strings = (
- 'constant')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TokenTypes = 4
- end>
- BlockOffset = 1
- BlockEnd = 'constant end'
- NotCollapsed = True
- NameFmt = '%s1 %s-1'
- GroupFmt = 'Constants'
- HighlightPos = cpAny
- TreeGroupStyle = 'Group (tree)'
- TreeItemImage = 4
- TreeGroupImage = 0
- IgnoreAsParent = False
- end
- item
- DisplayName = 'constant end'
- BlockName = 'constant start'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'exception start'
- BlockName = 'block start'
- StrictParent = True
- ConditionList = <
- item
- TagList.Strings = (
- 'exception')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'exception end'
- NameFmt = '%s0 %s-2'
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = '%s0 ...'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'exception end'
- BlockName = 'exception start'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Case start'
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- 'case')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- 'end')
- CondType = tcNotEqual
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'Case end'
- DynHighlight = dhBound
- HighlightPos = cpRange
- DynSelectMin = True
- DrawStaple = True
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Case end'
- BlockName = 'Case start'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 12
- end
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'if start'
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- 'if')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- 'end')
- CondType = tcNotEqual
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'if end'
- NameFmt = '%sz0'
- DynHighlight = dhBound
- HighlightPos = cpRange
- DynSelectMin = True
- DrawStaple = True
- CollapseFmt = '%sz0'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'if end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'if')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function start'
- StyleName = 'Current function'
- ConditionList = <
- item
- TagList.Strings = (
- 'function'
- 'procedure')
- TokenTypes = 4
- IgnoreCase = True
- end>
- IdentIndex = -1
- BlockEnd = 'function end identifier'
- Highlight = True
- DynHighlight = dhRange
- HighlightPos = cpRange
- DrawStaple = True
- CollapseFmt = '%s0 %s-1'
- TreeItemStyle = 'Function (tree)'
- TreeItemImage = 5
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function end identifier'
- BlockName = 'function start'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- SameIdent = True
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function end'
- BlockName = 'function start'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';')
- TokenTypes = 8
- end
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'function start'
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'DML start'
- BlockName = 'DML start'
- NotParent = True
- ConditionList = <
- item
- TagList.Strings = (
- 'delete'
- 'insert'
- 'merge'
- 'open'
- 'select'
- 'update')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'DML end'
- NameFmt = '%s0 %s-1'
- RefToCondEnd = True
- HighlightPos = cpAny
- TreeItemImage = 6
- IgnoreAsParent = False
- end
- item
- DisplayName = 'DML end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';')
- TokenTypes = 8
- end>
- BlockEnd = 'DML start'
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'For start'
- StyleName = 'Current block'
- BlockName = 'DML start'
- NotParent = True
- ConditionList = <
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- 'for'
- 'while')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'For end'
- NameFmt = '%sz0'
- RefToCondEnd = True
- DynHighlight = dhBound
- HighlightPos = cpRange
- DynSelectMin = True
- CancelNextRules = True
- DrawStaple = True
- CollapseFmt = '%sz0'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'For end'
- BlockName = 'DML start'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'loop')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Loop start'
- StyleName = 'Current block'
- BlockName = 'For start'
- NotParent = True
- ConditionList = <
- item
- TagList.Strings = (
- 'loop')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- 'end')
- CondType = tcNotEqual
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'Loop end'
- DynHighlight = dhBound
- HighlightPos = cpRange
- DynSelectMin = True
- DrawStaple = True
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Loop end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'loop')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Function Separator'
- StyleName = 'Function separator'
- BlockName = 'package body'
- StrictParent = True
- BlockType = btLineBreak
- ConditionList = <
- item
- TagList.Strings = (
- 'function'
- 'procedure')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = '('
- StyleName = '()'
- ConditionList = <
- item
- TagList.Strings = (
- '(')
- TokenTypes = 8
- end>
- BlockEnd = ')'
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpRange
- DynSelectMin = True
- CollapseFmt = '( ... )'
- IgnoreAsParent = False
- end
- item
- DisplayName = ')'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ')')
- TokenTypes = 8
- end>
- BlockEnd = '('
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'block start'
- StyleName = 'Current block'
- AlwaysEnabled = True
- ConditionList = <
- item
- TagList.Strings = (
- 'begin')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'block end'
- DynHighlight = dhBound
- HighlightPos = cpRange
- DynSelectMin = True
- DrawStaple = True
- IgnoreAsParent = False
- end
- item
- DisplayName = 'block end'
- BlockName = 'block start'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Type start'
- BlockName = 'package body'
- StrictParent = True
- ConditionList = <
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- 'type')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockOffset = 1
- BlockEnd = 'Type end'
- GroupFmt = 'Types'
- HighlightPos = cpAny
- GrammaRuleName = 'type_declaration'
- TreeGroupStyle = 'Group (tree)'
- TreeItemImage = 3
- TreeGroupImage = 0
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Type end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Data Dictionary'
- StyleName = 'Data Dictionary'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- '_all_instantiation_ddl'
- '_all_repextensions'
- '_all_repsites_new'
- '_all_sqlset_statements_only'
- '_all_sqlset_statements_phv'
- '_all_sqlset_statistics_only'
- 'adm_rlmgr_privileges'
- 'alert_type'
- 'all_all_tables'
- 'all_apply'
- 'all_apply_conflict_columns'
- 'all_apply_dml_handlers'
- 'all_apply_enqueue'
- 'all_apply_error'
- 'all_apply_execute'
- 'all_apply_key_columns'
- 'all_apply_parameters'
- 'all_apply_progress'
- 'all_apply_table_columns'
- 'all_arguments'
- 'all_associations'
- 'all_audit_policies'
- 'all_audit_policy_columns'
- 'all_aw_ac'
- 'all_aw_ac_10g'
- 'all_aw_cube_agg_levels'
- 'all_aw_cube_agg_measures'
- 'all_aw_cube_agg_plans'
- 'all_aw_cube_enabled_hiercombo'
- 'all_aw_cube_enabled_views'
- 'all_aw_dim_enabled_views'
- 'all_aw_load_cube_dims'
- 'all_aw_load_cube_filters'
- 'all_aw_load_cube_measures'
- 'all_aw_load_cube_parms'
- 'all_aw_load_cubes'
- 'all_aw_load_dim_filters'
- 'all_aw_load_dim_parms'
- 'all_aw_load_dimensions'
- 'all_aw_obj'
- 'all_aw_prop'
- 'all_aw_prop_name'
- 'all_aw_ps'
- 'all_aws'
- 'all_base_table_mviews'
- 'all_capture'
- 'all_capture_extra_attributes'
- 'all_capture_parameters'
- 'all_capture_prepared_database'
- 'all_capture_prepared_schemas'
- 'all_capture_prepared_tables'
- 'all_catalog'
- 'all_cluster_hash_expressions'
- 'all_clusters'
- 'all_col_comments'
- 'all_col_privs'
- 'all_col_privs_made'
- 'all_col_privs_recd'
- 'all_coll_types'
- 'all_cons_columns'
- 'all_cons_obj_columns'
- 'all_constraints'
- 'all_context'
- 'all_db_links'
- 'all_def_audit_opts'
- 'all_dependencies'
- 'all_dequeue_queues'
- 'all_dim_attributes'
- 'all_dim_child_of'
- 'all_dim_hierarchies'
- 'all_dim_join_key'
- 'all_dim_level_key'
- 'all_dim_levels'
- 'all_dimensions'
- 'all_directories'
- 'all_encrypted_columns'
- 'all_errors'
- 'all_evaluation_context_tables'
- 'all_evaluation_context_vars'
- 'all_evaluation_contexts'
- 'all_expfil_aset_functions'
- 'all_expfil_attribute_sets'
- 'all_expfil_attributes'
- 'all_expfil_def_index_params'
- 'all_expfil_expression_sets'
- 'all_expfil_exprset_stats'
- 'all_expfil_index_params'
- 'all_expfil_indexes'
- 'all_expfil_predtab_attributes'
- 'all_external_locations'
- 'all_external_tables'
- 'all_file_group_export_info'
- 'all_file_group_files'
- 'all_file_group_tables'
- 'all_file_group_tablespaces'
- 'all_file_group_versions'
- 'all_file_groups'
- 'all_geometry_columns'
- 'all_histograms'
- 'all_ind_columns'
- 'all_ind_expressions'
- 'all_ind_partitions'
- 'all_ind_statistics'
- 'all_ind_subpartitions'
- 'all_indexes'
- 'all_indextype_arraytypes'
- 'all_indextype_comments'
- 'all_indextype_operators'
- 'all_indextypes'
- 'all_internal_triggers'
- 'all_java_arguments'
- 'all_java_classes'
- 'all_java_derivations'
- 'all_java_fields'
- 'all_java_implements'
- 'all_java_inners'
- 'all_java_layouts'
- 'all_java_methods'
- 'all_java_ncomps'
- 'all_java_resolvers'
- 'all_java_throws'
- 'all_jobs'
- 'all_join_ind_columns'
- 'all_libraries'
- 'all_load_cube_segwidth'
- 'all_lob_partitions'
- 'all_lob_subpartitions'
- 'all_lob_templates'
- 'all_lobs'
- 'all_log_group_columns'
- 'all_log_groups'
- 'all_method_params'
- 'all_method_results'
- 'all_mp_graph_workspaces'
- 'all_mp_parent_workspaces'
- 'all_mview_aggregates'
- 'all_mview_analysis'
- 'all_mview_comments'
- 'all_mview_detail_relations'
- 'all_mview_joins'
- 'all_mview_keys'
- 'all_mview_logs'
- 'all_mview_refresh_times'
- 'all_mviews'
- 'all_nested_table_cols'
- 'all_nested_tables'
- 'all_obj_colattrs'
- 'all_object_tables'
- 'all_objects'
- 'all_olap_alter_session'
- 'all_olap_catalog_entity_uses'
- 'all_olap_catalogs'
- 'all_olap_columns'
- 'all_olap_cube_dim_uses'
- 'all_olap_cube_measure_dim_uses'
- 'all_olap_cube_measure_maps'
- 'all_olap_cube_measures'
- 'all_olap_cubes'
- 'all_olap_descriptor_types'
- 'all_olap_descriptors'
- 'all_olap_dim_attr_uses'
- 'all_olap_dim_attributes'
- 'all_olap_dim_hier_level_uses'
- 'all_olap_dim_hierarchies'
- 'all_olap_dim_level_attr_maps'
- 'all_olap_dim_level_attributes'
- 'all_olap_dim_levels'
- 'all_olap_dimensions'
- 'all_olap_entity_desc_uses'
- 'all_olap_fact_level_uses'
- 'all_olap_foreign_keys'
- 'all_olap_function_arguments'
- 'all_olap_function_parameters'
- 'all_olap_function_usages'
- 'all_olap_functions'
- 'all_olap_join_key_column_uses'
- 'all_olap_key_column_uses'
- 'all_olap_keys'
- 'all_olap_level_key_column_uses'
- 'all_olap_tables'
- 'all_olap1_cubes'
- 'all_olap2_aggregation_uses'
- 'all_olap2_aw_attributes'
- 'all_olap2_aw_catalog_measures'
- 'all_olap2_aw_catalogs'
- 'all_olap2_aw_cube_agg_lvl'
- 'all_olap2_aw_cube_agg_meas'
- 'all_olap2_aw_cube_agg_op'
- 'all_olap2_aw_cube_agg_specs'
- 'all_olap2_aw_cube_dim_uses'
- 'all_olap2_aw_cube_measures'
- 'all_olap2_aw_cubes'
- 'all_olap2_aw_dim_hier_lvl_ord'
- 'all_olap2_aw_dim_levels'
- 'all_olap2_aw_dimensions'
- 'all_olap2_aw_phys_obj'
- 'all_olap2_aw_phys_obj_prop'
- 'all_olap2_aws'
- 'all_olap2_awviewcols'
- 'all_olap2_awviews'
- 'all_olap2_catalog_entity_uses'
- 'all_olap2_catalogs'
- 'all_olap2_cube_dim_uses'
- 'all_olap2_cube_meas_dim_uses'
- 'all_olap2_cube_measure_maps'
- 'all_olap2_cube_measures'
- 'all_olap2_cubes'
- 'all_olap2_dim_attr_uses'
- 'all_olap2_dim_attributes'
- 'all_olap2_dim_hier_level_uses'
- 'all_olap2_dim_hierarchies'
- 'all_olap2_dim_hiers'
- 'all_olap2_dim_level_attr_maps'
- 'all_olap2_dim_level_attributes'
- 'all_olap2_dim_levels'
- 'all_olap2_dim_levels_keymaps'
- 'all_olap2_dimensions'
- 'all_olap2_entity_desc_uses'
- 'all_olap2_entity_ext_parms'
- 'all_olap2_entity_parameters'
- 'all_olap2_fact_level_uses'
- 'all_olap2_fact_table_gid'
- 'all_olap2_facttblfctmaps'
- 'all_olap2_facttblkeymaps'
- 'all_olap2_hier_custom_sort'
- 'all_olap2_hierdim_keycol_map'
- 'all_olap2_hierdims'
- 'all_olap2_join_key_column_uses'
- 'all_olap2_level_key_col_uses'
- 'all_olap2_listdims'
- 'all_olap2_mr_measdimview'
- 'all_olap2_mv_cube_agg_levels'
- 'all_olap2_mv_cube_agg_measures'
- 'all_olap2_rufcttblkymaps'
- 'all_olap9i1_hier_dimensions'
- 'all_olap9i2_hier_dimensions'
- 'all_olapmr_attributes'
- 'all_olapmr_dim_attributes'
- 'all_olapmr_dim_levels'
- 'all_olapmr_dim_levels_keymaps'
- 'all_olapmr_dimensions'
- 'all_olapmr_facttblfctmaps'
- 'all_olapmr_facttblkeymaps'
- 'all_opancillary'
- 'all_oparguments'
- 'all_opbindings'
- 'all_operator_comments'
- 'all_operators'
- 'all_outline_hints'
- 'all_outlines'
- 'all_part_col_statistics'
- 'all_part_histograms'
- 'all_part_indexes'
- 'all_part_key_columns'
- 'all_part_lobs'
- 'all_part_tables'
- 'all_partial_drop_tabs'
- 'all_pending_conv_tables'
- 'all_plsql_object_settings'
- 'all_policies'
- 'all_policy_contexts'
- 'all_policy_groups'
- 'all_procedures'
- 'all_propagation'
- 'all_published_columns'
- 'all_queue_publishers'
- 'all_queue_subscribers'
- 'all_queue_tables'
- 'all_queues'
- 'all_refresh'
- 'all_refresh_children'
- 'all_refresh_dependencies'
- 'all_refs'
- 'all_registered_mviews'
- 'all_registered_snapshots'
- 'all_registry_banners'
- 'all_repaudit_attribute'
- 'all_repaudit_column'
- 'all_repcat'
- 'all_repcat_refresh_templates'
- 'all_repcat_template_objects'
- 'all_repcat_template_parms'
- 'all_repcat_template_sites'
- 'all_repcat_user_authorizations'
- 'all_repcat_user_parm_values'
- 'all_repcatlog'
- 'all_repcolumn'
- 'all_repcolumn_group'
- 'all_repconflict'
- 'all_repddl'
- 'all_repflavor_columns'
- 'all_repflavor_objects'
- 'all_repflavors'
- 'all_repgenerated'
- 'all_repgenobjects'
- 'all_repgroup'
- 'all_repgroup_privileges'
- 'all_repgrouped_column'
- 'all_repkey_columns'
- 'all_repobject'
- 'all_repparameter_column'
- 'all_reppriority'
- 'all_reppriority_group'
- 'all_repprop'
- 'all_represol_stats_control'
- 'all_represolution'
- 'all_represolution_method'
- 'all_represolution_statistics'
- 'all_repschema'
- 'all_repsites'
- 'all_rewrite_equivalences'
- 'all_rlmgr_comprcls_properties'
- 'all_rlmgr_event_structs'
- 'all_rlmgr_rule_class_status'
- 'all_rlmgr_rule_classes'
- 'all_rule_set_rules'
- 'all_rule_sets'
- 'all_rules'
- 'all_rulesets'
- 'all_scheduler_chain_rules'
- 'all_scheduler_chain_steps'
- 'all_scheduler_chains'
- 'all_scheduler_global_attribute'
- 'all_scheduler_job_args'
- 'all_scheduler_job_classes'
- 'all_scheduler_job_log'
- 'all_scheduler_job_run_details'
- 'all_scheduler_jobs'
- 'all_scheduler_program_args'
- 'all_scheduler_programs'
- 'all_scheduler_running_chains'
- 'all_scheduler_running_jobs'
- 'all_scheduler_schedules'
- 'all_scheduler_window_details'
- 'all_scheduler_window_groups'
- 'all_scheduler_window_log'
- 'all_scheduler_windows'
- 'all_scheduler_wingroup_members'
- 'all_sdo_geom_metadata'
- 'all_sdo_geor_sysdata'
- 'all_sdo_index_info'
- 'all_sdo_index_metadata'
- 'all_sdo_lrs_metadata'
- 'all_sdo_maps'
- 'all_sdo_network_constraints'
- 'all_sdo_network_metadata'
- 'all_sdo_network_user_data'
- 'all_sdo_styles'
- 'all_sdo_themes'
- 'all_sdo_topo_info'
- 'all_sdo_topo_metadata'
- 'all_sec_relevant_cols'
- 'all_secondary_objects'
- 'all_sequences'
- 'all_services'
- 'all_snapshot_logs'
- 'all_snapshot_refresh_times'
- 'all_snapshots'
- 'all_source'
- 'all_source_tables'
- 'all_sqlj_type_attrs'
- 'all_sqlj_type_methods'
- 'all_sqlj_types'
- 'all_sqlset'
- 'all_sqlset_binds'
- 'all_sqlset_plans'
- 'all_sqlset_references'
- 'all_sqlset_statements'
- 'all_stored_settings'
- 'all_streams_global_rules'
- 'all_streams_message_consumers'
- 'all_streams_message_rules'
- 'all_streams_newly_supported'
- 'all_streams_rules'
- 'all_streams_schema_rules'
- 'all_streams_table_rules'
- 'all_streams_transform_function'
- 'all_streams_unsupported'
- 'all_subpart_col_statistics'
- 'all_subpart_histograms'
- 'all_subpart_key_columns'
- 'all_subpartition_templates'
- 'all_subscribed_columns'
- 'all_subscribed_tables'
- 'all_subscriptions'
- 'all_sumdelta'
- 'all_summaries'
- 'all_summary_aggregates'
- 'all_summary_detail_tables'
- 'all_summary_joins'
- 'all_summary_keys'
- 'all_synonyms'
- 'all_tab_col_statistics'
- 'all_tab_cols'
- 'all_tab_columns'
- 'all_tab_comments'
- 'all_tab_histograms'
- 'all_tab_modifications'
- 'all_tab_partitions'
- 'all_tab_privs'
- 'all_tab_privs_made'
- 'all_tab_privs_recd'
- 'all_tab_statistics'
- 'all_tab_stats_history'
- 'all_tab_subpartitions'
- 'all_tables'
- 'all_trigger_cols'
- 'all_triggers'
- 'all_type_attrs'
- 'all_type_methods'
- 'all_type_versions'
- 'all_types'
- 'all_unused_col_tabs'
- 'all_updatable_columns'
- 'all_users'
- 'all_ustats'
- 'all_varrays'
- 'all_version_hview'
- 'all_views'
- 'all_warning_settings'
- 'all_wm_cons_columns'
- 'all_wm_constraints'
- 'all_wm_ind_columns'
- 'all_wm_ind_expressions'
- 'all_wm_locked_tables'
- 'all_wm_modified_tables'
- 'all_wm_ric_info'
- 'all_wm_tab_triggers'
- 'all_wm_versioned_tables'
- 'all_wm_vt_errors'
- 'all_workspace_privs'
- 'all_workspace_savepoints'
- 'all_workspaces'
- 'all_workspaces_internal'
- 'all_xml_indexes'
- 'all_xml_schemas'
- 'all_xml_schemas2'
- 'all_xml_tab_cols'
- 'all_xml_tables'
- 'all_xml_view_cols'
- 'all_xml_views'
- 'anonymous'
- 'anydata'
- 'anydataset'
- 'anytype'
- 'aq$_asap_in_table_f'
- 'aq$_asap_in_table_g'
- 'aq$_asap_in_table_h'
- 'aq$_asap_in_table_i'
- 'aq$_asap_in_table_n'
- 'aq$_asap_in_table_s'
- 'aq$_asap_in_table_t'
- 'aq$_int_ifm_ars_all_mqtab_f'
- 'aq$_int_ifm_ars_all_mqtab_g'
- 'aq$_int_ifm_ars_all_mqtab_h'
- 'aq$_int_ifm_ars_all_mqtab_i'
- 'aq$_int_ifm_ars_all_mqtab_n'
- 'aq$_int_ifm_ars_all_mqtab_s'
- 'aq$_int_ifm_ars_all_mqtab_t'
- 'aq$_qt_odac_dept_f'
- 'aq$_qt_odac_raw_f'
- 'aq$_replication_aq_qtab_f'
- 'aq$_replication_aq_qtab_g'
- 'aq$_replication_aq_qtab_h'
- 'aq$_replication_aq_qtab_i'
- 'aq$_replication_aq_qtab_n'
- 'aq$_replication_aq_qtab_s'
- 'aq$_replication_aq_qtab_t'
- 'aq$asap_in_table'
- 'aq$asap_in_table_r'
- 'aq$asap_in_table_s'
- 'aq$int_ifm_ars_all_mqtab'
- 'aq$int_ifm_ars_all_mqtab_r'
- 'aq$int_ifm_ars_all_mqtab_s'
- 'aq$internet_users'
- 'aq$qt_odac_dept'
- 'aq$qt_odac_raw'
- 'aq$replication_aq_qtab'
- 'aq$replication_aq_qtab_r'
- 'aq$replication_aq_qtab_s'
- 'asap_in_table'
- 'audit_actions'
- 'ausleihe'
- 'ausleihe_seq'
- 'auswertung'
- 'aut_seq'
- 'autor'
- 'autor_seq'
- 'awrdrpt_text_type'
- 'awrdrpt_text_type_table'
- 'awrrpt_clb_ary'
- 'awrrpt_html_type'
- 'awrrpt_html_type_table'
- 'awrrpt_num_ary'
- 'awrrpt_row_type'
- 'awrrpt_text_type'
- 'awrrpt_text_type_table'
- 'awrrpt_vch_ary'
- 'awrsqrpt_text_type'
- 'awrsqrpt_text_type_table'
- 'bestellung'
- 'bestellung_seq'
- 'bi'
- 'buch'
- 'buch_pers_vw'
- 'cat'
- 'change_propagation_sets'
- 'change_propagations'
- 'change_sets'
- 'change_sources'
- 'change_tables'
- 'circularstring'
- 'clu'
- 'cluster_rule_type'
- 'cluster_type'
- 'col'
- 'cols'
- 'column_privileges'
- 'compoundcurve'
- 'connectioninterface'
- 'content_table'
- 'crgrid_test'
- 'cs_srs'
- 'ctx_classes'
- 'ctx_cls'
- 'ctx_ddl'
- 'ctx_doc'
- 'ctx_index_set_indexes'
- 'ctx_index_sets'
- 'ctx_object_attribute_lov'
- 'ctx_object_attributes'
- 'ctx_objects'
- 'ctx_output'
- 'ctx_parameters'
- 'ctx_preference_values'
- 'ctx_preferences'
- 'ctx_query'
- 'ctx_report'
- 'ctx_section_groups'
- 'ctx_sections'
- 'ctx_sqes'
- 'ctx_stoplists'
- 'ctx_stopwords'
- 'ctx_sub_lexers'
- 'ctx_thes'
- 'ctx_thes_phrases'
- 'ctx_thesauri'
- 'ctx_trace_values'
- 'ctx_ulexer'
- 'ctx_user_index_errors'
- 'ctx_user_index_objects'
- 'ctx_user_index_partitions'
- 'ctx_user_index_set_indexes'
- 'ctx_user_index_sets'
- 'ctx_user_index_sub_lexer_vals'
- 'ctx_user_index_sub_lexers'
- 'ctx_user_index_values'
- 'ctx_user_indexes'
- 'ctx_user_pending'
- 'ctx_user_preference_values'
- 'ctx_user_preferences'
- 'ctx_user_section_groups'
- 'ctx_user_sections'
- 'ctx_user_sqes'
- 'ctx_user_stoplists'
- 'ctx_user_stopwords'
- 'ctx_user_sub_lexers'
- 'ctx_user_thes_phrases'
- 'ctx_user_thesauri'
- 'ctxsys'
- 'cursormanagerinterface'
- 'curve'
- 'curvepolygon'
- 'cwm_classify'
- 'cwm_exceptions'
- 'cwm_olap_cube'
- 'cwm_olap_dim_attribute'
- 'cwm_olap_dimension'
- 'cwm_olap_hierarchy'
- 'cwm_olap_level'
- 'cwm_olap_level_attribute'
- 'cwm_olap_measure'
- 'cwm_utility'
- 'cwm2_olap_aw_awutil'
- 'cwm2_olap_catalog'
- 'cwm2_olap_classify'
- 'cwm2_olap_cube'
- 'cwm2_olap_delete'
- 'cwm2_olap_dimension'
- 'cwm2_olap_dimension_attribute'
- 'cwm2_olap_exceptions'
- 'cwm2_olap_export'
- 'cwm2_olap_hierarchy'
- 'cwm2_olap_level'
- 'cwm2_olap_level_attribute'
- 'cwm2_olap_manager'
- 'cwm2_olap_measure'
- 'cwm2_olap_metadata_refresh'
- 'cwm2_olap_mr_check_privs'
- 'cwm2_olap_mr_security_init'
- 'cwm2_olap_mr_session_pop'
- 'cwm2_olap_olapapi_enable'
- 'cwm2_olap_pc_transform'
- 'cwm2_olap_table_map'
- 'cwm2_olap_utility'
- 'cwm2_olap_validate'
- 'cwm2_olap_verify_access'
- 'cwm2_security'
- 'database_compatible_level'
- 'database_export_objects'
- 'database_properties'
- 'databaseinterface'
- 'dataproviderinterface'
- 'datapump_object_connect'
- 'datapump_pathmap'
- 'datapump_paths'
- 'datapump_remap_objects'
- 'datapump_table_data'
- 'datatypeidconstants'
- 'dba_2pc_neighbors'
- 'dba_2pc_pending'
- 'dba_advisor_actions'
- 'dba_advisor_commands'
- 'dba_advisor_def_parameters'
- 'dba_advisor_definitions'
- 'dba_advisor_directives'
- 'dba_advisor_findings'
- 'dba_advisor_journal'
- 'dba_advisor_log'
- 'dba_advisor_object_types'
- 'dba_advisor_objects'
- 'dba_advisor_parameters'
- 'dba_advisor_parameters_proj'
- 'dba_advisor_rationale'
- 'dba_advisor_recommendations'
- 'dba_advisor_sqla_rec_sum'
- 'dba_advisor_sqla_wk_map'
- 'dba_advisor_sqla_wk_stmts'
- 'dba_advisor_sqlw_colvol'
- 'dba_advisor_sqlw_journal'
- 'dba_advisor_sqlw_parameters'
- 'dba_advisor_sqlw_stmts'
- 'dba_advisor_sqlw_sum'
- 'dba_advisor_sqlw_tables'
- 'dba_advisor_sqlw_tabvol'
- 'dba_advisor_sqlw_templates'
- 'dba_advisor_tasks'
- 'dba_advisor_templates'
- 'dba_advisor_usage'
- 'dba_alert_arguments'
- 'dba_alert_history'
- 'dba_all_tables'
- 'dba_application_roles'
- 'dba_apply'
- 'dba_apply_conflict_columns'
- 'dba_apply_dml_handlers'
- 'dba_apply_enqueue'
- 'dba_apply_error'
- 'dba_apply_execute'
- 'dba_apply_instantiated_global'
- 'dba_apply_instantiated_objects'
- 'dba_apply_instantiated_schemas'
- 'dba_apply_key_columns'
- 'dba_apply_object_dependencies'
- 'dba_apply_parameters'
- 'dba_apply_progress'
- 'dba_apply_spill_txn'
- 'dba_apply_table_columns'
- 'dba_apply_value_dependencies'
- 'dba_aq_agent_privs'
- 'dba_aq_agents'
- 'dba_arguments'
- 'dba_associations'
- 'dba_audit_exists'
- 'dba_audit_object'
- 'dba_audit_policies'
- 'dba_audit_policy_columns'
- 'dba_audit_session'
- 'dba_audit_statement'
- 'dba_audit_trail'
- 'dba_auto_segadv_ctl'
- 'dba_auto_segadv_summary'
- 'dba_aw_obj'
- 'dba_aw_prop'
- 'dba_aw_ps'
- 'dba_aws'
- 'dba_base_table_mviews'
- 'dba_blockers'
- 'dba_cacheable_objects'
- 'dba_cacheable_objects_base'
- 'dba_cacheable_tables'
- 'dba_capture'
- 'dba_capture_extra_attributes'
- 'dba_capture_parameters'
- 'dba_capture_prepared_database'
- 'dba_capture_prepared_schemas'
- 'dba_capture_prepared_tables'
- 'dba_catalog'
- 'dba_change_notification_regs'
- 'dba_clu_columns'
- 'dba_cluster_hash_expressions'
- 'dba_clusters'
- 'dba_col_comments'
- 'dba_col_privs'
- 'dba_coll_types'
- 'dba_common_audit_trail'
- 'dba_connect_role_grantees'
- 'dba_cons_columns'
- 'dba_cons_obj_columns'
- 'dba_constraints'
- 'dba_context'
- 'dba_cpu_usage_statistics'
- 'dba_data_files'
- 'dba_datapump_jobs'
- 'dba_datapump_sessions'
- 'dba_db_links'
- 'dba_ddl_locks'
- 'dba_dependencies'
- 'dba_dim_attributes'
- 'dba_dim_child_of'
- 'dba_dim_hierarchies'
- 'dba_dim_join_key'
- 'dba_dim_level_key'
- 'dba_dim_levels'
- 'dba_dimensions'
- 'dba_directories'
- 'dba_dml_locks'
- 'dba_dmt_free_space'
- 'dba_dmt_used_extents'
- 'dba_enabled_aggregations'
- 'dba_enabled_traces'
- 'dba_encrypted_columns'
- 'dba_epg_dad_authorization'
- 'dba_errors'
- 'dba_evaluation_context_tables'
- 'dba_evaluation_context_vars'
- 'dba_evaluation_contexts'
- 'dba_exp_files'
- 'dba_exp_objects'
- 'dba_exp_version'
- 'dba_export_objects'
- 'dba_extents'
- 'dba_external_locations'
- 'dba_external_tables'
- 'dba_feature_usage_statistics'
- 'dba_fga_audit_trail'
- 'dba_file_group_export_info'
- 'dba_file_group_files'
- 'dba_file_group_tables'
- 'dba_file_group_tablespaces'
- 'dba_file_group_versions'
- 'dba_file_groups'
- 'dba_free_space'
- 'dba_free_space_coalesced'
- 'dba_geometry_columns'
- 'dba_global_context'
- 'dba_high_water_mark_statistics'
- 'dba_hist_active_sess_history'
- 'dba_hist_baseline'
- 'dba_hist_bg_event_summary'
- 'dba_hist_buffer_pool_stat'
- 'dba_hist_buffered_queues'
- 'dba_hist_buffered_subscribers'
- 'dba_hist_comp_iostat'
- 'dba_hist_cr_block_server'
- 'dba_hist_current_block_server'
- 'dba_hist_database_instance'
- 'dba_hist_datafile'
- 'dba_hist_db_cache_advice'
- 'dba_hist_dlm_misc'
- 'dba_hist_enqueue_stat'
- 'dba_hist_event_name'
- 'dba_hist_filemetric_history'
- 'dba_hist_filestatxs'
- 'dba_hist_inst_cache_transfer'
- 'dba_hist_instance_recovery'
- 'dba_hist_java_pool_advice'
- 'dba_hist_latch'
- 'dba_hist_latch_children'
- 'dba_hist_latch_misses_summary'
- 'dba_hist_latch_name'
- 'dba_hist_latch_parent'
- 'dba_hist_librarycache'
- 'dba_hist_log'
- 'dba_hist_metric_name'
- 'dba_hist_mttr_target_advice'
- 'dba_hist_optimizer_env'
- 'dba_hist_osstat'
- 'dba_hist_osstat_name'
- 'dba_hist_parameter'
- 'dba_hist_parameter_name'
- 'dba_hist_pga_target_advice'
- 'dba_hist_pgastat'
- 'dba_hist_process_mem_summary'
- 'dba_hist_resource_limit'
- 'dba_hist_rowcache_summary'
- 'dba_hist_rule_set'
- 'dba_hist_seg_stat'
- 'dba_hist_seg_stat_obj'
- 'dba_hist_service_name'
- 'dba_hist_service_stat'
- 'dba_hist_service_wait_class'
- 'dba_hist_sess_time_stats'
- 'dba_hist_sessmetric_history'
- 'dba_hist_sga'
- 'dba_hist_sga_target_advice'
- 'dba_hist_sgastat'
- 'dba_hist_shared_pool_advice'
- 'dba_hist_snap_error'
- 'dba_hist_snapshot'
- 'dba_hist_sql_bind_metadata'
- 'dba_hist_sql_plan'
- 'dba_hist_sql_summary'
- 'dba_hist_sql_workarea_hstgrm'
- 'dba_hist_sqlbind'
- 'dba_hist_sqlstat'
- 'dba_hist_sqltext'
- 'dba_hist_stat_name'
- 'dba_hist_streams_apply_sum'
- 'dba_hist_streams_capture'
- 'dba_hist_streams_pool_advice'
- 'dba_hist_sys_time_model'
- 'dba_hist_sysmetric_history'
- 'dba_hist_sysmetric_summary'
- 'dba_hist_sysstat'
- 'dba_hist_system_event'
- 'dba_hist_tablespace_stat'
- 'dba_hist_tbspc_space_usage'
- 'dba_hist_tempfile'
- 'dba_hist_tempstatxs'
- 'dba_hist_thread'
- 'dba_hist_undostat'
- 'dba_hist_waitclassmet_history'
- 'dba_hist_waitstat'
- 'dba_hist_wr_control'
- 'dba_histograms'
- 'dba_ias_gen_stmts'
- 'dba_ias_objects'
- 'dba_ias_sites'
- 'dba_ias_templates'
- 'dba_ind_columns'
- 'dba_ind_expressions'
- 'dba_ind_partitions'
- 'dba_ind_statistics'
- 'dba_ind_subpartitions'
- 'dba_indexes'
- 'dba_indextype_arraytypes'
- 'dba_indextype_comments'
- 'dba_indextype_operators'
- 'dba_indextypes'
- 'dba_internal_triggers'
- 'dba_java_arguments'
- 'dba_java_classes'
- 'dba_java_derivations'
- 'dba_java_fields'
- 'dba_java_implements'
- 'dba_java_inners'
- 'dba_java_layouts'
- 'dba_java_methods'
- 'dba_java_ncomps'
- 'dba_java_policy'
- 'dba_java_resolvers'
- 'dba_java_throws'
- 'dba_jobs'
- 'dba_jobs_running'
- 'dba_join_ind_columns'
- 'dba_kgllock'
- 'dba_libraries'
- 'dba_lmt_free_space'
- 'dba_lmt_used_extents'
- 'dba_lob_partitions'
- 'dba_lob_subpartitions'
- 'dba_lob_templates'
- 'dba_lobs'
- 'dba_lock'
- 'dba_lock_internal'
- 'dba_locks'
- 'dba_log_group_columns'
- 'dba_log_groups'
- 'dba_logmnr_log'
- 'dba_logmnr_purged_log'
- 'dba_logmnr_session'
- 'dba_logstdby_events'
- 'dba_logstdby_history'
- 'dba_logstdby_log'
- 'dba_logstdby_not_unique'
- 'dba_logstdby_parameters'
- 'dba_logstdby_progress'
- 'dba_logstdby_skip'
- 'dba_logstdby_skip_transaction'
- 'dba_logstdby_unsupported'
- 'dba_method_params'
- 'dba_method_results'
- 'dba_mview_aggregates'
- 'dba_mview_analysis'
- 'dba_mview_comments'
- 'dba_mview_detail_relations'
- 'dba_mview_joins'
- 'dba_mview_keys'
- 'dba_mview_log_filter_cols'
- 'dba_mview_logs'
- 'dba_mview_refresh_times'
- 'dba_mviews'
- 'dba_nested_table_cols'
- 'dba_nested_tables'
- 'dba_obj_audit_opts'
- 'dba_obj_colattrs'
- 'dba_object_size'
- 'dba_object_tables'
- 'dba_objects'
- 'dba_olap_catalog_entity_uses'
- 'dba_olap_catalogs'
- 'dba_olap_columns'
- 'dba_olap_cube_dim_uses'
- 'dba_olap_cube_measure_dim_uses'
- 'dba_olap_cube_measure_maps'
- 'dba_olap_cube_measures'
- 'dba_olap_cubes'
- 'dba_olap_descriptor_types'
- 'dba_olap_descriptors'
- 'dba_olap_dim_attr_uses'
- 'dba_olap_dim_attributes'
- 'dba_olap_dim_hier_level_uses'
- 'dba_olap_dim_hierarchies'
- 'dba_olap_dim_level_attr_maps'
- 'dba_olap_dim_level_attributes'
- 'dba_olap_dim_levels'
- 'dba_olap_dimensions'
- 'dba_olap_entity_desc_uses'
- 'dba_olap_fact_level_uses'
- 'dba_olap_foreign_keys'
- 'dba_olap_function_arguments'
- 'dba_olap_function_parameters'
- 'dba_olap_function_usages'
- 'dba_olap_functions'
- 'dba_olap_join_key_column_uses'
- 'dba_olap_key_column_uses'
- 'dba_olap_keys'
- 'dba_olap_level_key_column_uses'
- 'dba_olap_tables'
- 'dba_olap1_cubes'
- 'dba_olap2_aggregation_uses'
- 'dba_olap2_awviewcols'
- 'dba_olap2_awviews'
- 'dba_olap2_catalog_entity_uses'
- 'dba_olap2_catalogs'
- 'dba_olap2_cube_dim_uses'
- 'dba_olap2_cube_meas_dim_uses'
- 'dba_olap2_cube_measure_maps'
- 'dba_olap2_cube_measures'
- 'dba_olap2_cubes'
- 'dba_olap2_dim_attr_uses'
- 'dba_olap2_dim_attributes'
- 'dba_olap2_dim_hier_level_uses'
- 'dba_olap2_dim_hierarchies'
- 'dba_olap2_dim_hiers'
- 'dba_olap2_dim_level_attr_maps'
- 'dba_olap2_dim_level_attributes'
- 'dba_olap2_dim_levels'
- 'dba_olap2_dim_levels_keymaps'
- 'dba_olap2_dimensions'
- 'dba_olap2_entity_desc_uses'
- 'dba_olap2_entity_ext_parms'
- 'dba_olap2_entity_parameters'
- 'dba_olap2_fact_level_uses'
- 'dba_olap2_fact_table_gid'
- 'dba_olap2_facttblfctmaps'
- 'dba_olap2_facttblkeymaps'
- 'dba_olap2_hier_custom_sort'
- 'dba_olap2_hierdim_keycol_map'
- 'dba_olap2_hierdims'
- 'dba_olap2_join_key_column_uses'
- 'dba_olap2_level_key_col_uses'
- 'dba_olap2_listdims'
- 'dba_olap2_mr_measdimview'
- 'dba_olap2_rufcttblkymaps'
- 'dba_olap9i1_hier_dimensions'
- 'dba_olap9i2_hier_dimensions'
- 'dba_olapmr_dim_levels_keymaps'
- 'dba_olapmr_facttblfctmaps'
- 'dba_olapmr_facttblkeymaps'
- 'dba_opancillary'
- 'dba_oparguments'
- 'dba_opbindings'
- 'dba_operator_comments'
- 'dba_operators'
- 'dba_optstat_operations'
- 'dba_outline_hints'
- 'dba_outlines'
- 'dba_outstanding_alerts'
- 'dba_part_col_statistics'
- 'dba_part_histograms'
- 'dba_part_indexes'
- 'dba_part_key_columns'
- 'dba_part_lobs'
- 'dba_part_tables'
- 'dba_partial_drop_tabs'
- 'dba_pending_conv_tables'
- 'dba_pending_transactions'
- 'dba_plsql_object_settings'
- 'dba_policies'
- 'dba_policy_contexts'
- 'dba_policy_groups'
- 'dba_priv_audit_opts'
- 'dba_procedures'
- 'dba_profiles'
- 'dba_propagation'
- 'dba_proxies'
- 'dba_published_columns'
- 'dba_queue_publishers'
- 'dba_queue_schedules'
- 'dba_queue_subscribers'
- 'dba_queue_tables'
- 'dba_queues'
- 'dba_rchild'
- 'dba_recoverable_script'
- 'dba_recoverable_script_blocks'
- 'dba_recoverable_script_errors'
- 'dba_recoverable_script_params'
- 'dba_recyclebin'
- 'dba_redefinition_errors'
- 'dba_redefinition_objects'
- 'dba_refresh'
- 'dba_refresh_children'
- 'dba_refs'
- 'dba_registered_archived_log'
- 'dba_registered_mview_groups'
- 'dba_registered_mviews'
- 'dba_registered_snapshot_groups'
- 'dba_registered_snapshots'
- 'dba_registry'
- 'dba_registry_hierarchy'
- 'dba_registry_history'
- 'dba_registry_log'
- 'dba_repaudit_attribute'
- 'dba_repaudit_column'
- 'dba_repcat'
- 'dba_repcat_exceptions'
- 'dba_repcat_refresh_templates'
- 'dba_repcat_template_objects'
- 'dba_repcat_template_parms'
- 'dba_repcat_template_sites'
- 'dba_repcat_user_authorizations'
- 'dba_repcat_user_parm_values'
- 'dba_repcatlog'
- 'dba_repcolumn'
- 'dba_repcolumn_group'
- 'dba_repconflict'
- 'dba_repddl'
- 'dba_repextensions'
- 'dba_repflavor_columns'
- 'dba_repflavor_objects'
- 'dba_repflavors'
- 'dba_repgenerated'
- 'dba_repgenobjects'
- 'dba_repgroup'
- 'dba_repgroup_privileges'
- 'dba_repgrouped_column'
- 'dba_repkey_columns'
- 'dba_repobject'
- 'dba_repparameter_column'
- 'dba_reppriority'
- 'dba_reppriority_group'
- 'dba_repprop'
- 'dba_represol_stats_control'
- 'dba_represolution'
- 'dba_represolution_method'
- 'dba_represolution_statistics'
- 'dba_repschema'
- 'dba_repsites'
- 'dba_repsites_new'
- 'dba_resource_incarnations'
- 'dba_resumable'
- 'dba_rewrite_equivalences'
- 'dba_rgroup'
- 'dba_role_privs'
- 'dba_roles'
- 'dba_rollback_segs'
- 'dba_rsrc_consumer_group_privs'
- 'dba_rsrc_consumer_groups'
- 'dba_rsrc_group_mappings'
- 'dba_rsrc_manager_system_privs'
- 'dba_rsrc_mapping_priority'
- 'dba_rsrc_plan_directives'
- 'dba_rsrc_plans'
- 'dba_rule_set_rules'
- 'dba_rule_sets'
- 'dba_rules'
- 'dba_rulesets'
- 'dba_scheduler_chain_rules'
- 'dba_scheduler_chain_steps'
- 'dba_scheduler_chains'
- 'dba_scheduler_global_attribute'
- 'dba_scheduler_job_args'
- 'dba_scheduler_job_classes'
- 'dba_scheduler_job_log'
- 'dba_scheduler_job_run_details'
- 'dba_scheduler_jobs'
- 'dba_scheduler_program_args'
- 'dba_scheduler_programs'
- 'dba_scheduler_running_chains'
- 'dba_scheduler_running_jobs'
- 'dba_scheduler_schedules'
- 'dba_scheduler_window_details'
- 'dba_scheduler_window_groups'
- 'dba_scheduler_window_log'
- 'dba_scheduler_windows'
- 'dba_scheduler_wingroup_members'
- 'dba_sdo_maps'
- 'dba_sdo_styles'
- 'dba_sdo_themes'
- 'dba_sec_relevant_cols'
- 'dba_secondary_objects'
- 'dba_segments'
- 'dba_segments_old'
- 'dba_sequences'
- 'dba_server_registry'
- 'dba_services'
- 'dba_snapshot_log_filter_cols'
- 'dba_snapshot_logs'
- 'dba_snapshot_refresh_times'
- 'dba_snapshots'
- 'dba_source'
- 'dba_source_tables'
- 'dba_sql_profiles'
- 'dba_sqlj_type_attrs'
- 'dba_sqlj_type_methods'
- 'dba_sqlj_types'
- 'dba_sqlset'
- 'dba_sqlset_binds'
- 'dba_sqlset_definitions'
- 'dba_sqlset_plans'
- 'dba_sqlset_references'
- 'dba_sqlset_statements'
- 'dba_sqltune_binds'
- 'dba_sqltune_plans'
- 'dba_sqltune_rationale_plan'
- 'dba_sqltune_statistics'
- 'dba_stmt_audit_opts'
- 'dba_stored_settings'
- 'dba_streams_add_column'
- 'dba_streams_administrator'
- 'dba_streams_delete_column'
- 'dba_streams_global_rules'
- 'dba_streams_message_consumers'
- 'dba_streams_message_rules'
- 'dba_streams_newly_supported'
- 'dba_streams_rename_column'
- 'dba_streams_rename_schema'
- 'dba_streams_rename_table'
- 'dba_streams_rules'
- 'dba_streams_schema_rules'
- 'dba_streams_table_rules'
- 'dba_streams_transform_function'
- 'dba_streams_transformations'
- 'dba_streams_unsupported'
- 'dba_subpart_col_statistics'
- 'dba_subpart_histograms'
- 'dba_subpart_key_columns'
- 'dba_subpartition_templates'
- 'dba_subscribed_columns'
- 'dba_subscribed_tables'
- 'dba_subscriptions'
- 'dba_summaries'
- 'dba_summary_aggregates'
- 'dba_summary_detail_tables'
- 'dba_summary_joins'
- 'dba_summary_keys'
- 'dba_synonyms'
- 'dba_sys_privs'
- 'dba_tab_col_statistics'
- 'dba_tab_cols'
- 'dba_tab_columns'
- 'dba_tab_comments'
- 'dba_tab_histograms'
- 'dba_tab_partitions'
- 'dba_tab_privs'
- 'dba_tab_statistics'
- 'dba_tab_stats_history'
- 'dba_tab_subpartitions'
- 'dba_tables'
- 'dba_tablespace_groups'
- 'dba_tablespace_usage_metrics'
- 'dba_tablespaces'
- 'dba_temp_files'
- 'dba_template_refgroups'
- 'dba_template_targets'
- 'dba_thresholds'
- 'dba_trigger_cols'
- 'dba_triggers'
- 'dba_ts_quotas'
- 'dba_tsm_destination'
- 'dba_tsm_history'
- 'dba_tsm_source'
- 'dba_tune_mview'
- 'dba_type_attrs'
- 'dba_type_methods'
- 'dba_type_versions'
- 'dba_types'
- 'dba_undo_extents'
- 'dba_unused_col_tabs'
- 'dba_updatable_columns'
- 'dba_users'
- 'dba_ustats'
- 'dba_varrays'
- 'dba_views'
- 'dba_waiters'
- 'dba_warning_settings'
- 'dba_wm_sys_privs'
- 'dba_wm_versioned_tables'
- 'dba_wm_vt_errors'
- 'dba_workspace_privs'
- 'dba_workspace_savepoints'
- 'dba_workspace_sessions'
- 'dba_workspaces'
- 'dba_xml_indexes'
- 'dba_xml_schemas'
- 'dba_xml_tab_cols'
- 'dba_xml_tables'
- 'dba_xml_view_cols'
- 'dba_xml_views'
- 'dbms_advisor'
- 'dbms_alert'
- 'dbms_application_info'
- 'dbms_apply_adm'
- 'dbms_aq'
- 'dbms_aq_exp_cmt_time_tables'
- 'dbms_aq_exp_history_tables'
- 'dbms_aq_exp_index_tables'
- 'dbms_aq_exp_queue_tables'
- 'dbms_aq_exp_queues'
- 'dbms_aq_exp_signature_tables'
- 'dbms_aq_exp_subscriber_tables'
- 'dbms_aq_exp_timemgr_tables'
- 'dbms_aq_exp_zecurity'
- 'dbms_aq_imp_internal'
- 'dbms_aq_imp_zecurity'
- 'dbms_aq_sys_exp_actions'
- 'dbms_aq_sys_exp_internal'
- 'dbms_aq_sys_imp_internal'
- 'dbms_aqadm'
- 'dbms_aqadm_syscalls'
- 'dbms_aqelm'
- 'dbms_aqin'
- 'dbms_aqjms'
- 'dbms_aqjms_internal'
- 'dbms_assert'
- 'dbms_aw'
- 'dbms_aw$_columnlist_t'
- 'dbms_aw$_dimension_source_t'
- 'dbms_aw$_dimension_sources_t'
- 'dbms_aw_exp'
- 'dbms_aw_utilities'
- 'dbms_aw_xml'
- 'dbms_awm'
- 'dbms_capture_adm'
- 'dbms_cdc_dputil'
- 'dbms_cdc_expdp'
- 'dbms_cdc_expvdp'
- 'dbms_cdc_impdp'
- 'dbms_cdc_ipublish'
- 'dbms_cdc_isubscribe'
- 'dbms_cdc_publish'
- 'dbms_cdc_subscribe'
- 'dbms_cdc_sys_ipublish'
- 'dbms_change_notification'
- 'dbms_crypto'
- 'dbms_crypto_toolkit'
- 'dbms_data_mining'
- 'dbms_data_mining_transform'
- 'dbms_datapump'
- 'dbms_db_version'
- 'dbms_dblink'
- 'dbms_ddl'
- 'dbms_ddl_internal'
- 'dbms_debug'
- 'dbms_debug_jdwp'
- 'dbms_debug_jdwp_custom'
- 'dbms_defer'
- 'dbms_defer_query'
- 'dbms_defer_sys'
- 'dbms_defergen'
- 'dbms_describe'
- 'dbms_dimension'
- 'dbms_distributed_trust_admin'
- 'dbms_dm_model_imp'
- 'dbms_epg'
- 'dbms_errlog'
- 'dbms_expfil'
- 'dbms_fbt'
- 'dbms_feature_usage_report'
- 'dbms_fga'
- 'dbms_file_group'
- 'dbms_file_transfer'
- 'dbms_flashback'
- 'dbms_frequent_itemset'
- 'dbms_hs'
- 'dbms_ias_configure'
- 'dbms_ias_inst'
- 'dbms_ias_mt_inst'
- 'dbms_ias_query'
- 'dbms_ias_session'
- 'dbms_ias_template'
- 'dbms_index_utl'
- 'dbms_internal_repcat'
- 'dbms_java'
- 'dbms_java_dump'
- 'dbms_java_test'
- 'dbms_job'
- 'dbms_jvm_exp_perms'
- 'dbms_lcr'
- 'dbms_ldap'
- 'dbms_ldap_utl'
- 'dbms_lob'
- 'dbms_lock'
- 'dbms_logmnr_cdc_publish'
- 'dbms_logmnr_cdc_subscribe'
- 'dbms_logstdby'
- 'dbms_metadata'
- 'dbms_metadata_build'
- 'dbms_metadata_dpbuild'
- 'dbms_monitor'
- 'dbms_mview'
- 'dbms_obfuscation_toolkit'
- 'dbms_odci'
- 'dbms_odm'
- 'dbms_offline_og'
- 'dbms_offline_rgt'
- 'dbms_offline_snapshot'
- 'dbms_olap'
- 'dbms_outln'
- 'dbms_outln_edit'
- 'dbms_output'
- 'dbms_pclxutil'
- 'dbms_pickler'
- 'dbms_pipe'
- 'dbms_predictive_analytics'
- 'dbms_preprocessor'
- 'dbms_profiler'
- 'dbms_propagation_adm'
- 'dbms_psp'
- 'dbms_pswmg_import'
- 'dbms_random'
- 'dbms_rectifier_diff'
- 'dbms_redefinition'
- 'dbms_refresh'
- 'dbms_registry'
- 'dbms_repcat'
- 'dbms_repcat_admin'
- 'dbms_repcat_auth'
- 'dbms_repcat_decl'
- 'dbms_repcat_instantiate'
- 'dbms_repcat_internal'
- 'dbms_repcat_internal_package'
- 'dbms_repcat_mig'
- 'dbms_repcat_rgt'
- 'dbms_repcat_validate'
- 'dbms_reputil'
- 'dbms_reputil2'
- 'dbms_resource_manager'
- 'dbms_resource_manager_privs'
- 'dbms_resumable'
- 'dbms_rlmgr'
- 'dbms_rls'
- 'dbms_rmgr_group_export'
- 'dbms_rmgr_pact_export'
- 'dbms_rmgr_plan_export'
- 'dbms_rmin'
- 'dbms_rowid'
- 'dbms_rule'
- 'dbms_rule_adm'
- 'dbms_rule_compatible_90'
- 'dbms_rule_exp_ec_internal'
- 'dbms_rule_exp_ev_ctxs'
- 'dbms_rule_exp_rl_internal'
- 'dbms_rule_exp_rs_internal'
- 'dbms_rule_exp_rule_sets'
- 'dbms_rule_exp_rules'
- 'dbms_rule_imp_obj'
- 'dbms_ruleadm_internal'
- 'dbms_sched_chain_export'
- 'dbms_sched_class_export'
- 'dbms_sched_export_callouts'
- 'dbms_sched_job_export'
- 'dbms_sched_program_export'
- 'dbms_sched_schedule_export'
- 'dbms_sched_window_export'
- 'dbms_sched_wingrp_export'
- 'dbms_scheduler'
- 'dbms_server_alert'
- 'dbms_server_alert_export'
- 'dbms_server_trace'
- 'dbms_service'
- 'dbms_session'
- 'dbms_snapshot'
- 'dbms_space'
- 'dbms_space_admin'
- 'dbms_sql'
- 'dbms_sqlhash'
- 'dbms_sqlplus_script'
- 'dbms_sqltune'
- 'dbms_standard'
- 'dbms_stat_funcs'
- 'dbms_stat_funcs_aux'
- 'dbms_stats'
- 'dbms_storage_map'
- 'dbms_streams'
- 'dbms_streams_adm'
- 'dbms_streams_auth'
- 'dbms_streams_lcr_int'
- 'dbms_streams_messaging'
- 'dbms_streams_rpc'
- 'dbms_streams_tablespace_adm'
- 'dbms_sum_rweq_export'
- 'dbms_sum_rweq_export_internal'
- 'dbms_summary'
- 'dbms_tde_toolkit'
- 'dbms_trace'
- 'dbms_transaction'
- 'dbms_transaction_internal_sys'
- 'dbms_transform'
- 'dbms_transform_eximp'
- 'dbms_tsm_prvt'
- 'dbms_type_utility'
- 'dbms_types'
- 'dbms_undo_adv'
- 'dbms_utility'
- 'dbms_warning'
- 'dbms_wm'
- 'dbms_workload_repository'
- 'dbms_xdb'
- 'dbms_xdb_version'
- 'dbms_xdbutil_int'
- 'dbms_xdbz'
- 'dbms_xdbz0'
- 'dbms_xmldom'
- 'dbms_xmlgen'
- 'dbms_xmlindex'
- 'dbms_xmlparser'
- 'dbms_xmlquery'
- 'dbms_xmlsave'
- 'dbms_xmlschema'
- 'dbms_xmlstore'
- 'dbms_xplan'
- 'dbms_xslprocessor'
- 'dbms_xsoq'
- 'dbms_xsoq_odbo'
- 'dbms_xsoq_util'
- 'dbms_zhelp'
- 'dbms_zhelp_ir'
- 'dbmshsxp'
- 'dbmshsxp_sql_profile_attr'
- 'dbmsobjgwrapper'
- 'dbmsoutput_linesarray'
- 'dbmszexp_syspkggrnt'
- 'dbsnmp'
- 'dburitype'
- 'defcall'
- 'defcalldest'
- 'defdefaultdest'
- 'deferrcount'
- 'deferror'
- 'definitionmanagerinterface'
- 'deflob'
- 'defpropagator'
- 'defschedule'
- 'deftran'
- 'deftrandest'
- 'dept'
- 'dict'
- 'dict_columns'
- 'dictionary'
- 'dip'
- 'dm_abn_detail'
- 'dm_abn_details'
- 'dm_centroid'
- 'dm_centroids'
- 'dm_child'
- 'dm_children'
- 'dm_cluster'
- 'dm_clusters'
- 'dm_conditional'
- 'dm_conditionals'
- 'dm_histogram_bin'
- 'dm_histograms'
- 'dm_items'
- 'dm_itemset'
- 'dm_itemsets'
- 'dm_model_setting'
- 'dm_model_settings'
- 'dm_model_signature'
- 'dm_model_signature_attribute'
- 'dm_nb_detail'
- 'dm_nb_details'
- 'dm_nested_categorical'
- 'dm_nested_categoricals'
- 'dm_nested_numerical'
- 'dm_nested_numericals'
- 'dm_nmf_attribute'
- 'dm_nmf_attribute_set'
- 'dm_nmf_feature'
- 'dm_nmf_feature_set'
- 'dm_predicate'
- 'dm_predicates'
- 'dm_ranked_attribute'
- 'dm_ranked_attributes'
- 'dm_rule'
- 'dm_rules'
- 'dm_svm_attribute'
- 'dm_svm_attribute_set'
- 'dm_svm_linear_coeff'
- 'dm_svm_linear_coeff_set'
- 'dm_user_models'
- 'dmbgos'
- 'dmp_sys'
- 'dmsys'
- 'drvodm'
- 'dual'
- 'emp'
- 'errormsg'
- 'exf$attribute'
- 'exf$attribute_list'
- 'exf$indexoper'
- 'exf$table_alias'
- 'exf$xpath_tag'
- 'exf$xpath_tags'
- 'exfsys'
- 'explainmvarraytype'
- 'explainmvmessage'
- 'flashback_transaction_query'
- 'ftpuritype'
- 'functionidconstants'
- 'genbaseonlydefinitionstruct'
- 'genbooleansequence'
- 'gencomparisonruleenum'
- 'gencompoundcursorblocksequence'
- 'gencompoundcursorblockstruct'
- 'genconnectioninterface'
- 'genconnectionparameterinfosequ'
- 'genconnectionparameterinfostru'
- 'genconnectionparametertypeenum'
- 'genconnectionstruct'
- 'genconstantlistdefinitionstruc'
- 'genconstantlistvaluesunion'
- 'gencursorblock2sequence'
- 'gencursorblock2struct'
- 'gencursorblocksequence'
- 'gencursorblockstruct'
- 'gencursormanagerinterface'
- 'gencursormanagersequence'
- 'gencursorspecifiersequence'
- 'gencursorspecifiersequencesequ'
- 'gencursorspecifierstruct'
- 'gencursorvalue2union'
- 'gencursorvalue2unionsequence'
- 'gencursorvalues2union'
- 'gencursorvaluesunion'
- 'gencursorvalueunion'
- 'gencursorvalueunionsequence'
- 'gendata2sequenceunion'
- 'gendata2union'
- 'gendata2unionsequence'
- 'gendatabaseinterface'
- 'gendatablock2sequence'
- 'gendatablock2struct'
- 'gendatablocksequence'
- 'gendatablockstruct'
- 'gendataproviderinterface'
- 'gendatasequenceunion'
- 'gendatatypeidconstants'
- 'gendataunion'
- 'gendataunionsequence'
- 'gendatesequence'
- 'gendefinitionmanagerinterface'
- 'gendefinitionpost92sequence'
- 'gendefinitionpost92union'
- 'gendefinitionsequence'
- 'gendefinitionunion'
- 'gendependencyblocksequence'
- 'gendependencyblocksequencesequ'
- 'gendependencyblockstruct'
- 'gendependencyblockunion'
- 'gendomainenum'
- 'gendoublesequence'
- 'gendynamicdefinitionstruct'
- 'generrorclassenum'
- 'generrordescriptionsequence'
- 'generrordescriptionstruct'
- 'generrortypeenum'
- 'genexpressexception'
- 'genfloatsequence'
- 'genincludeddependencyblockstru'
- 'genindexblockstruct'
- 'geninterfacestub'
- 'geninterfacestubsequence'
- 'geninterruptableinterface'
- 'geninvalidindexspecificationex'
- 'geninvalidmetadataexception'
- 'genjoindefinitionstruct'
- 'genlonglongsequence'
- 'genlongsequence'
- 'genmdmclassconstants'
- 'genmdmobjectidconstants'
- 'genmdmpropertyidconstants'
- 'genmetadatadefinitionstruct'
- 'genmetadatapropertybagsequence'
- 'genmetadatapropertybagunion'
- 'genmetadatapropertysequence'
- 'genmetadatapropertystruct'
- 'genmetadatapropertyvaluesunion'
- 'genmetadataproviderinterface'
- 'genmultiplierblockstruct'
- 'genoctetsequence'
- 'genolapiexception'
- 'genparentstartendblock2sequenc'
- 'genparentstartendblock2union'
- 'genparentstartendblocksequence'
- 'genparentstartendblockunion'
- 'genpersistentsourceidsequence'
- 'genpersistentsourceidstruct'
- 'genpropertysequence'
- 'genpropertystruct'
- 'genrangedefinitionstruct'
- 'genrawsequence'
- 'genrecursivejoindefinitionstru'
- 'genremoteapiversionmismatchexc'
- 'genremoteauthenticationexcepti'
- 'genremoteobjectclosedexception'
- 'genremotespecificationupdatene'
- 'genremotetaskinterruptedexcept'
- 'genserverinterface'
- 'genserverstruct'
- 'genshortsequence'
- 'genshortsequencesequence'
- 'genstringsequence'
- 'genunmatchedinputsexception'
- 'genvaluecursorblocksequence'
- 'genvaluecursorblockstruct'
- 'genvaluedefinitionstruct'
- 'genversioninfostruct'
- 'genwstringsequence'
- 'geometry'
- 'geometrycollection'
- 'get_error$'
- 'global_context'
- 'global_name'
- 'gv$_lock'
- 'gv$access'
- 'gv$active_instances'
- 'gv$active_services'
- 'gv$active_sess_pool_mth'
- 'gv$active_session_history'
- 'gv$advisor_progress'
- 'gv$alert_types'
- 'gv$aq'
- 'gv$aq1'
- 'gv$archive'
- 'gv$archive_dest'
- 'gv$archive_dest_status'
- 'gv$archive_gap'
- 'gv$archive_processes'
- 'gv$archived_log'
- 'gv$asm_alias'
- 'gv$asm_client'
- 'gv$asm_disk'
- 'gv$asm_disk_stat'
- 'gv$asm_diskgroup'
- 'gv$asm_diskgroup_stat'
- 'gv$asm_file'
- 'gv$asm_operation'
- 'gv$asm_template'
- 'gv$aw_aggregate_op'
- 'gv$aw_allocate_op'
- 'gv$aw_calc'
- 'gv$aw_longops'
- 'gv$aw_olap'
- 'gv$aw_session_info'
- 'gv$backup'
- 'gv$backup_async_io'
- 'gv$backup_corruption'
- 'gv$backup_datafile'
- 'gv$backup_device'
- 'gv$backup_piece'
- 'gv$backup_redolog'
- 'gv$backup_set'
- 'gv$backup_spfile'
- 'gv$backup_sync_io'
- 'gv$bgprocess'
- 'gv$bh'
- 'gv$blocking_quiesce'
- 'gv$bsp'
- 'gv$buffer_pool'
- 'gv$buffer_pool_statistics'
- 'gv$buffered_publishers'
- 'gv$buffered_queues'
- 'gv$buffered_subscribers'
- 'gv$circuit'
- 'gv$class_cache_transfer'
- 'gv$class_ping'
- 'gv$client_stats'
- 'gv$cluster_interconnects'
- 'gv$configured_interconnects'
- 'gv$context'
- 'gv$controlfile'
- 'gv$controlfile_record_section'
- 'gv$copy_corruption'
- 'gv$cr_block_server'
- 'gv$current_block_server'
- 'gv$database'
- 'gv$database_block_corruption'
- 'gv$database_incarnation'
- 'gv$datafile'
- 'gv$datafile_copy'
- 'gv$datafile_header'
- 'gv$dataguard_config'
- 'gv$dataguard_status'
- 'gv$datapump_job'
- 'gv$datapump_session'
- 'gv$db_cache_advice'
- 'gv$db_object_cache'
- 'gv$db_pipes'
- 'gv$db_transportable_platform'
- 'gv$dbfile'
- 'gv$dblink'
- 'gv$deleted_object'
- 'gv$dispatcher'
- 'gv$dispatcher_config'
- 'gv$dispatcher_rate'
- 'gv$dlm_all_locks'
- 'gv$dlm_convert_local'
- 'gv$dlm_convert_remote'
- 'gv$dlm_latch'
- 'gv$dlm_locks'
- 'gv$dlm_misc'
- 'gv$dlm_ress'
- 'gv$dlm_traffic_controller'
- 'gv$enabledprivs'
- 'gv$enqueue_lock'
- 'gv$enqueue_stat'
- 'gv$enqueue_statistics'
- 'gv$event_histogram'
- 'gv$event_name'
- 'gv$eventmetric'
- 'gv$execution'
- 'gv$fast_start_servers'
- 'gv$fast_start_transactions'
- 'gv$file_cache_transfer'
- 'gv$file_histogram'
- 'gv$file_ping'
- 'gv$filemetric'
- 'gv$filemetric_history'
- 'gv$filespace_usage'
- 'gv$filestat'
- 'gv$fixed_table'
- 'gv$fixed_view_definition'
- 'gv$flashback_database_log'
- 'gv$flashback_database_logfile'
- 'gv$flashback_database_stat'
- 'gv$gc_element'
- 'gv$gc_elements_with_collisions'
- 'gv$gcshvmaster_info'
- 'gv$gcspfmaster_info'
- 'gv$ges_blocking_enqueue'
- 'gv$ges_enqueue'
- 'gv$global_blocked_locks'
- 'gv$global_transaction'
- 'gv$globalcontext'
- 'gv$hs_agent'
- 'gv$hs_parameter'
- 'gv$hs_session'
- 'gv$hvmaster_info'
- 'gv$indexed_fixed_column'
- 'gv$instance'
- 'gv$instance_cache_transfer'
- 'gv$instance_log_group'
- 'gv$instance_recovery'
- 'gv$java_library_cache_memory'
- 'gv$java_pool_advice'
- 'gv$javapool'
- 'gv$latch'
- 'gv$latch_children'
- 'gv$latch_misses'
- 'gv$latch_parent'
- 'gv$latchholder'
- 'gv$latchname'
- 'gv$library_cache_memory'
- 'gv$librarycache'
- 'gv$license'
- 'gv$loadistat'
- 'gv$loadpstat'
- 'gv$lock'
- 'gv$lock_activity'
- 'gv$lock_element'
- 'gv$lock_type'
- 'gv$locked_object'
- 'gv$locks_with_collisions'
- 'gv$log'
- 'gv$log_history'
- 'gv$logfile'
- 'gv$loghist'
- 'gv$logmnr_callback'
- 'gv$logmnr_contents'
- 'gv$logmnr_dictionary'
- 'gv$logmnr_dictionary_load'
- 'gv$logmnr_latch'
- 'gv$logmnr_logfile'
- 'gv$logmnr_logs'
- 'gv$logmnr_parameters'
- 'gv$logmnr_process'
- 'gv$logmnr_region'
- 'gv$logmnr_session'
- 'gv$logmnr_stats'
- 'gv$logmnr_transaction'
- 'gv$logstdby'
- 'gv$logstdby_process'
- 'gv$logstdby_progress'
- 'gv$logstdby_state'
- 'gv$logstdby_stats'
- 'gv$logstdby_transaction'
- 'gv$managed_standby'
- 'gv$map_comp_list'
- 'gv$map_element'
- 'gv$map_ext_element'
- 'gv$map_file'
- 'gv$map_file_extent'
- 'gv$map_file_io_stack'
- 'gv$map_library'
- 'gv$map_subelement'
- 'gv$max_active_sess_target_mth'
- 'gv$metric'
- 'gv$metric_history'
- 'gv$metricgroup'
- 'gv$metricname'
- 'gv$mttr_target_advice'
- 'gv$mutex_sleep'
- 'gv$mutex_sleep_history'
- 'gv$mvrefresh'
- 'gv$mystat'
- 'gv$nls_parameters'
- 'gv$nls_valid_values'
- 'gv$object_dependency'
- 'gv$obsolete_parameter'
- 'gv$offline_range'
- 'gv$open_cursor'
- 'gv$option'
- 'gv$osstat'
- 'gv$parallel_degree_limit_mth'
- 'gv$parameter'
- 'gv$parameter_valid_values'
- 'gv$parameter2'
- 'gv$pga_target_advice'
- 'gv$pga_target_advice_histogram'
- 'gv$pgastat'
- 'gv$pq_sesstat'
- 'gv$pq_slave'
- 'gv$pq_sysstat'
- 'gv$pq_tqstat'
- 'gv$process'
- 'gv$process_memory'
- 'gv$process_memory_detail'
- 'gv$process_memory_detail_prog'
- 'gv$propagation_receiver'
- 'gv$propagation_sender'
- 'gv$proxy_archivedlog'
- 'gv$proxy_datafile'
- 'gv$pwfile_users'
- 'gv$px_buffer_advice'
- 'gv$px_process'
- 'gv$px_process_sysstat'
- 'gv$px_session'
- 'gv$px_sesstat'
- 'gv$queue'
- 'gv$queueing_mth'
- 'gv$recover_file'
- 'gv$recovery_file_status'
- 'gv$recovery_log'
- 'gv$recovery_progress'
- 'gv$recovery_status'
- 'gv$replprop'
- 'gv$replqueue'
- 'gv$reqdist'
- 'gv$reserved_words'
- 'gv$resource'
- 'gv$resource_limit'
- 'gv$restore_point'
- 'gv$resumable'
- 'gv$rfs_thread'
- 'gv$rman_configuration'
- 'gv$rman_output'
- 'gv$rollstat'
- 'gv$rowcache'
- 'gv$rowcache_parent'
- 'gv$rowcache_subordinate'
- 'gv$rsrc_cons_group_history'
- 'gv$rsrc_consumer_group'
- 'gv$rsrc_consumer_group_cpu_mth'
- 'gv$rsrc_plan'
- 'gv$rsrc_plan_cpu_mth'
- 'gv$rsrc_plan_history'
- 'gv$rsrc_session_info'
- 'gv$rule'
- 'gv$rule_set'
- 'gv$rule_set_aggregate_stats'
- 'gv$scheduler_running_jobs'
- 'gv$segment_statistics'
- 'gv$segstat'
- 'gv$segstat_name'
- 'gv$serv_mod_act_stats'
- 'gv$service_event'
- 'gv$service_stats'
- 'gv$service_wait_class'
- 'gv$servicemetric'
- 'gv$servicemetric_history'
- 'gv$services'
- 'gv$ses_optimizer_env'
- 'gv$sess_io'
- 'gv$sess_time_model'
- 'gv$session'
- 'gv$session_connect_info'
- 'gv$session_cursor_cache'
- 'gv$session_event'
- 'gv$session_fix_control'
- 'gv$session_longops'
- 'gv$session_object_cache'
- 'gv$session_wait'
- 'gv$session_wait_class'
- 'gv$session_wait_history'
- 'gv$sessmetric'
- 'gv$sesstat'
- 'gv$sga'
- 'gv$sga_current_resize_ops'
- 'gv$sga_dynamic_components'
- 'gv$sga_dynamic_free_memory'
- 'gv$sga_resize_ops'
- 'gv$sga_target_advice'
- 'gv$sgainfo'
- 'gv$sgastat'
- 'gv$shared_pool_advice'
- 'gv$shared_pool_reserved'
- 'gv$shared_server'
- 'gv$shared_server_monitor'
- 'gv$sort_segment'
- 'gv$sort_usage'
- 'gv$spparameter'
- 'gv$sql'
- 'gv$sql_bind_capture'
- 'gv$sql_bind_data'
- 'gv$sql_bind_metadata'
- 'gv$sql_cursor'
- 'gv$sql_join_filter'
- 'gv$sql_optimizer_env'
- 'gv$sql_plan'
- 'gv$sql_plan_statistics'
- 'gv$sql_plan_statistics_all'
- 'gv$sql_redirection'
- 'gv$sql_shared_cursor'
- 'gv$sql_shared_memory'
- 'gv$sql_workarea'
- 'gv$sql_workarea_active'
- 'gv$sql_workarea_histogram'
- 'gv$sqlarea'
- 'gv$sqlarea_plan_hash'
- 'gv$sqlstats'
- 'gv$sqltext'
- 'gv$sqltext_with_newlines'
- 'gv$standby_apply_snapshot'
- 'gv$standby_log'
- 'gv$statistics_level'
- 'gv$statname'
- 'gv$streams_apply_coordinator'
- 'gv$streams_apply_reader'
- 'gv$streams_apply_server'
- 'gv$streams_capture'
- 'gv$streams_pool_advice'
- 'gv$streams_transaction'
- 'gv$subcache'
- 'gv$sys_optimizer_env'
- 'gv$sys_time_model'
- 'gv$sysaux_occupants'
- 'gv$sysmetric'
- 'gv$sysmetric_history'
- 'gv$sysmetric_summary'
- 'gv$sysstat'
- 'gv$system_cursor_cache'
- 'gv$system_event'
- 'gv$system_fix_control'
- 'gv$system_parameter'
- 'gv$system_parameter2'
- 'gv$system_wait_class'
- 'gv$tablespace'
- 'gv$temp_cache_transfer'
- 'gv$temp_extent_map'
- 'gv$temp_extent_pool'
- 'gv$temp_histogram'
- 'gv$temp_ping'
- 'gv$temp_space_header'
- 'gv$tempfile'
- 'gv$temporary_lobs'
- 'gv$tempseg_usage'
- 'gv$tempstat'
- 'gv$thread'
- 'gv$threshold_types'
- 'gv$timer'
- 'gv$timezone_file'
- 'gv$timezone_names'
- 'gv$transaction'
- 'gv$transaction_enqueue'
- 'gv$transportable_platform'
- 'gv$tsm_sessions'
- 'gv$type_size'
- 'gv$undostat'
- 'gv$version'
- 'gv$vpd_policy'
- 'gv$waitclassmetric'
- 'gv$waitclassmetric_history'
- 'gv$waitstat'
- 'gv$wallet'
- 'gv$xml_audit_trail'
- 'gv_ksmhp'
- 'gv_olapi_iface_object_history'
- 'gv_olapi_iface_op_history'
- 'gv_olapi_memory_op_history'
- 'gv_olapi_session_history'
- 'her_seq'
- 'herausgeber'
- 'herausgeber_seq'
- 'hr'
- 'hs_all_caps'
- 'hs_all_dd'
- 'hs_all_inits'
- 'hs_base_caps'
- 'hs_base_dd'
- 'hs_class_caps'
- 'hs_class_dd'
- 'hs_class_init'
- 'hs_fds_class'
- 'hs_fds_class_date'
- 'hs_fds_inst'
- 'hs_inst_caps'
- 'hs_inst_dd'
- 'hs_inst_init'
- 'htf'
- 'htmldb_system'
- 'htp'
- 'httpuritype'
- 'ind'
- 'index_histogram'
- 'index_stats'
- 'int_ifm_ars_all_mqtab'
- 'interruptableinterface'
- 'item282_t'
- 'item283_coll'
- 'ix'
- 'java_xa'
- 'javasnm'
- 'ku$_auddef_t'
- 'ku$_audit_default_list_t'
- 'ku$_audit_list_t'
- 'ku$_audobj_t'
- 'ku$_chunk_list_t'
- 'ku$_chunk_t'
- 'ku$_ddl'
- 'ku$_ddls'
- 'ku$_dumpfile'
- 'ku$_dumpfile_info'
- 'ku$_dumpfile_item'
- 'ku$_dumpfile1010'
- 'ku$_dumpfile1020'
- 'ku$_dumpfileset'
- 'ku$_dumpfileset1010'
- 'ku$_dumpfileset1020'
- 'ku$_errorline'
- 'ku$_errorlines'
- 'ku$_java_t'
- 'ku$_jobdesc'
- 'ku$_jobdesc1010'
- 'ku$_jobdesc1020'
- 'ku$_jobstatus'
- 'ku$_jobstatus1010'
- 'ku$_jobstatus1020'
- 'ku$_logentry'
- 'ku$_logentry1010'
- 'ku$_logentry1020'
- 'ku$_logline'
- 'ku$_logline1010'
- 'ku$_logline1020'
- 'ku$_multi_ddl'
- 'ku$_multi_ddls'
- 'ku$_objnumpair'
- 'ku$_objnumpairlist'
- 'ku$_objnumset'
- 'ku$_paramvalue'
- 'ku$_paramvalue1010'
- 'ku$_paramvalue1020'
- 'ku$_paramvalues'
- 'ku$_paramvalues1010'
- 'ku$_paramvalues1020'
- 'ku$_parsed_item'
- 'ku$_parsed_items'
- 'ku$_procobj_line'
- 'ku$_procobj_lines'
- 'ku$_procobj_loc'
- 'ku$_procobj_locs'
- 'ku$_source_list_t'
- 'ku$_source_t'
- 'ku$_status'
- 'ku$_status1010'
- 'ku$_status1020'
- 'ku$_submitresult'
- 'ku$_submitresults'
- 'ku$_taction_list_t'
- 'ku$_taction_t'
- 'ku$_vcnt'
- 'ku$_workerstatus'
- 'ku$_workerstatus1010'
- 'ku$_workerstatus1020'
- 'ku$_workerstatuslist'
- 'ku$_workerstatuslist1010'
- 'ku$_workerstatuslist1020'
- 'kupcc'
- 'leser'
- 'leser_seq'
- 'linestring'
- 'loader_col_flags'
- 'loader_col_info'
- 'loader_col_type'
- 'loader_constraint_info'
- 'loader_dir_objs'
- 'loader_file_ts'
- 'loader_full_attr_name'
- 'loader_intcol_info'
- 'loader_lob_flags'
- 'loader_nested_varrays'
- 'loader_oid_info'
- 'loader_param_info'
- 'loader_part_info'
- 'loader_ref_info'
- 'loader_skip_unusable_indexes'
- 'loader_tab_info'
- 'loader_trigger_info'
- 'map_object'
- 'md'
- 'md_lrs'
- 'mddata'
- 'mdmclassconstants'
- 'mdmobjectidconstants'
- 'mdmpropertyidconstants'
- 'mdsys'
- 'metadataproviderinterface'
- 'mgmt$alert_current'
- 'mgmt$alert_history'
- 'mgmt$availability_current'
- 'mgmt$availability_history'
- 'mgmt$blackout_history'
- 'mgmt$cluster_interconnects'
- 'mgmt$csa_clients'
- 'mgmt$csa_host_cookies'
- 'mgmt$csa_host_cpus'
- 'mgmt$csa_host_custom'
- 'mgmt$csa_host_iocards'
- 'mgmt$csa_host_nics'
- 'mgmt$csa_host_os_components'
- 'mgmt$csa_host_os_filesystems'
- 'mgmt$csa_host_os_properties'
- 'mgmt$csa_host_sw'
- 'mgmt$db_controlfiles'
- 'mgmt$db_datafiles'
- 'mgmt$db_dbninstanceinfo'
- 'mgmt$db_featureusage'
- 'mgmt$db_init_params'
- 'mgmt$db_license'
- 'mgmt$db_redologs'
- 'mgmt$db_rollback_segs'
- 'mgmt$db_sga'
- 'mgmt$db_tablespaces'
- 'mgmt$delta_component_details'
- 'mgmt$delta_components'
- 'mgmt$delta_fs_mount'
- 'mgmt$delta_hardware'
- 'mgmt$delta_host_config'
- 'mgmt$delta_init'
- 'mgmt$delta_oneoff_patches'
- 'mgmt$delta_oracle_home'
- 'mgmt$delta_os_comp_details'
- 'mgmt$delta_os_components'
- 'mgmt$delta_os_kernel_params'
- 'mgmt$delta_patchset_details'
- 'mgmt$delta_patchsets'
- 'mgmt$delta_tablespaces'
- 'mgmt$delta_vendor_sw'
- 'mgmt$delta_view'
- 'mgmt$delta_view_details'
- 'mgmt$ecm_current_snapshots'
- 'mgmt$ecm_visible_snapshots'
- 'mgmt$group_derived_memberships'
- 'mgmt$group_flat_memberships'
- 'mgmt$group_members'
- 'mgmt$ha_backup'
- 'mgmt$ha_files'
- 'mgmt$ha_info'
- 'mgmt$ha_init_params'
- 'mgmt$ha_mttr'
- 'mgmt$ha_rman_config'
- 'mgmt$hw_nic'
- 'mgmt$interface_stats'
- 'mgmt$metric_collection'
- 'mgmt$metric_current'
- 'mgmt$metric_daily'
- 'mgmt$metric_details'
- 'mgmt$metric_hourly'
- 'mgmt$missing_targets'
- 'mgmt$missing_targets_in_groups'
- 'mgmt$os_components'
- 'mgmt$os_fs_mount'
- 'mgmt$os_hw_summary'
- 'mgmt$os_kernel_params'
- 'mgmt$os_patches'
- 'mgmt$os_summary'
- 'mgmt$racdb_interconnects'
- 'mgmt$software_comp_patchset'
- 'mgmt$software_component_oneoff'
- 'mgmt$software_components'
- 'mgmt$software_dependencies'
- 'mgmt$software_homes'
- 'mgmt$software_oneoff_patches'
- 'mgmt$software_others'
- 'mgmt$software_patches_in_homes'
- 'mgmt$software_patchsets'
- 'mgmt$target'
- 'mgmt$target_components'
- 'mgmt$target_composite'
- 'mgmt$target_properties'
- 'mgmt$target_type'
- 'mgmt_target_blackouts'
- 'mgmt_view'
- 'mrv_olap_cwm1_aggop'
- 'mrv_olap_cwm1_aggord'
- 'mrv_olap1_facttblfctmaps'
- 'mrv_olap1_facttblkeymaps'
- 'mrv_olap1_pop_cubes'
- 'mrv_olap1_pop_dimensions'
- 'mrv_olap2_aggregation_uses'
- 'mrv_olap2_aw_attributes'
- 'mrv_olap2_aw_cube_agg_lvl'
- 'mrv_olap2_aw_cube_agg_meas'
- 'mrv_olap2_aw_cube_agg_op'
- 'mrv_olap2_aw_cube_agg_specs'
- 'mrv_olap2_aw_cube_dim_uses'
- 'mrv_olap2_aw_cube_measures'
- 'mrv_olap2_aw_cubes'
- 'mrv_olap2_aw_dim_hier_lvl_ord'
- 'mrv_olap2_aw_dim_levels'
- 'mrv_olap2_aw_dimensions'
- 'mrv_olap2_aw_map_attr_use'
- 'mrv_olap2_aw_map_dim_use'
- 'mrv_olap2_aw_map_meas_use'
- 'mrv_olap2_aw_phys_obj'
- 'mrv_olap2_aw_phys_obj_prop'
- 'mrv_olap2_aws'
- 'mrv_olap2_awviewcols'
- 'mrv_olap2_awviews'
- 'mrv_olap2_catalog_entity_uses'
- 'mrv_olap2_catalogs'
- 'mrv_olap2_cube_measures'
- 'mrv_olap2_descriptors'
- 'mrv_olap2_dim_attributes'
- 'mrv_olap2_dim_hier_level_uses'
- 'mrv_olap2_dim_hiers'
- 'mrv_olap2_dim_level_attr_maps'
- 'mrv_olap2_entity_desc_uses'
- 'mrv_olap2_entity_ext_parms'
- 'mrv_olap2_entity_parameters'
- 'mrv_olap2_facttblfctmaps'
- 'mrv_olap2_facttblkeymaps'
- 'mrv_olap2_hier_custom_sort'
- 'mrv_olap2_hierdim_keycol_map'
- 'mrv_olap2_hierdims'
- 'mrv_olap2_hierdims_cc'
- 'mrv_olap2_join_key_col_uses'
- 'mrv_olap2_listdims'
- 'mrv_olap2_listdims_cc'
- 'mrv_olap2_pop_cubes'
- 'mrv_olap2_pop_dimensions'
- 'multicurve'
- 'multilinestring'
- 'multipoint'
- 'multipolygon'
- 'multisurface'
- 'my_sdo_index_metadata'
- 'nls_database_parameters'
- 'nls_instance_parameters'
- 'nls_session_parameters'
- 'o_data_aq_container'
- 'o_data_aq_replication'
- 'o_int_ifm_ars_container'
- 'o_int_ifm_ars_create_ta_ticket'
- 'o_int_ifm_ars_modify_ta_ticket'
- 'o_int_ifm_ars_register_cr_tckt'
- 'o_int_ifm_ars_register_ta_tckt'
- 'o_int_ping_pong'
- 'o_syst_protocol'
- 'obj'
- 'obj_odac_dept'
- 'odac_array'
- 'odac_bfile'
- 'odac_blob'
- 'odac_blob_insert'
- 'odac_clob'
- 'odac_emp'
- 'odac_loaded'
- 'odac_long'
- 'odac_long_char'
- 'odac_nestedtable'
- 'odac_pictures'
- 'odac_ref'
- 'odacpack'
- 'odciconst'
- 'odm_abn_model'
- 'odm_association_rule_model'
- 'odm_attribute_importance_model'
- 'odm_clustering_util'
- 'odm_model_util'
- 'odm_naive_bayes_model'
- 'odm_oc_clustering_model'
- 'odm_util'
- 'oe'
- 'ogis_geometry_columns'
- 'ogis_spatial_reference_systems'
- 'ol$'
- 'ol$hints'
- 'ol$nodes'
- 'olap_api_session_init'
- 'olap_oledb_actions'
- 'olap_oledb_cubes'
- 'olap_oledb_dimensions'
- 'olap_oledb_functions'
- 'olap_oledb_hierarchies'
- 'olap_oledb_keywords'
- 'olap_oledb_levels'
- 'olap_oledb_mdproperties'
- 'olap_oledb_mdprops'
- 'olap_oledb_mdpropvals'
- 'olap_oledb_measdims_pvt'
- 'olap_oledb_measures'
- 'olap_oledb_properties'
- 'olap_oledb_sets'
- 'olap_srf_t'
- 'olap_sys_aw_access_cube_view'
- 'olap_sys_aw_access_dim_view'
- 'olap_sys_aw_enable_access_view'
- 'olapdimview'
- 'olapfactview'
- 'olapi_history'
- 'olapi_history_seq'
- 'olapi_iface_object_history'
- 'olapi_iface_op_history'
- 'olapi_mdx_rowset_impl_t'
- 'olapi_memory_heap_history'
- 'olapi_memory_op_history'
- 'olapi_session_history'
- 'olapihandshake2'
- 'olapsys'
- 'ora_dm_tree_nodes'
- 'ora_kglr7_db_links'
- 'ora_kglr7_dependencies'
- 'ora_kglr7_idl_char'
- 'ora_kglr7_idl_sb4'
- 'ora_kglr7_idl_ub1'
- 'ora_kglr7_idl_ub2'
- 'ora_mining_number_nt'
- 'ora_mining_varchar2_nt'
- 'ordaudio'
- 'orddoc'
- 'ordimage'
- 'ordimagesignature'
- 'ordplugins'
- 'ordsys'
- 'ordvideo'
- 'outline'
- 'outln'
- 'outln_pkg'
- 'owa'
- 'owa_cache'
- 'owa_cookie'
- 'owa_custom'
- 'owa_global'
- 'owa_image'
- 'owa_init'
- 'owa_match'
- 'owa_opt_lock'
- 'owa_pattern'
- 'owa_sec'
- 'owa_text'
- 'owa_util'
- 'parameteridconstants'
- 'pas_projekt'
- 'pasadm'
- 'path_view'
- 'pbsde'
- 'pers_zuord_vw'
- 'person'
- 'person_seq'
- 'pkg_syst_analyze'
- 'pkg_syst_compile'
- 'pkg_syst_execute'
- 'pkg_syst_file'
- 'pkg_syst_jobs'
- 'pkg_syst_lock'
- 'pkg_syst_mail'
- 'pkg_syst_message'
- 'pkg_syst_move'
- 'pkg_syst_parameter'
- 'pkg_syst_parameter_tools'
- 'pkg_syst_process_state'
- 'pkg_syst_protocol'
- 'pkg_syst_range'
- 'pkg_syst_range_parameter'
- 'pkg_syst_range_user'
- 'pkg_syst_rebuild'
- 'pkg_syst_statement'
- 'pkg_syst_statement_user'
- 'pkg_syst_string_tools'
- 'pkg_syst_timer'
- 'pkg_syst_tools'
- 'pkg_syst_tools_user'
- 'plan_table'
- 'plitblm'
- 'pm'
- 'point'
- 'polygon'
- 'product_component_version'
- 'product_profile'
- 'product_user_profile'
- 'proxy_roles'
- 'proxy_users'
- 'proxy_users_and_roles'
- 'prvt_sam'
- 'public'
- 'public_dependency'
- 'purchaseorder284_tab'
- 'purchaseordertype281_t'
- 'qt_odac_dept'
- 'qt_odac_raw'
- 'queue_privileges'
- 'recyclebin'
- 'repcat_repcolumn_base'
- 'replication_aq_qtab'
- 'resource_cost'
- 'resource_view'
- 'rewritearraytype'
- 'rewritemessage'
- 'rlm$eventids'
- 'rlm$table_alias'
- 'role_role_privs'
- 'role_sys_privs'
- 'role_tab_privs'
- 'role_wm_privs'
- 'schema_export_objects'
- 'scott'
- 'sdo'
- 'sdo_3gl'
- 'sdo_addr_array'
- 'sdo_admin'
- 'sdo_angle_units'
- 'sdo_area_units'
- 'sdo_available_elem_ops'
- 'sdo_available_non_elem_ops'
- 'sdo_available_ops'
- 'sdo_cart_text'
- 'sdo_catalog'
- 'sdo_coord_axes'
- 'sdo_coord_axis_names'
- 'sdo_coord_op_methods'
- 'sdo_coord_op_param_use'
- 'sdo_coord_op_param_vals'
- 'sdo_coord_op_params'
- 'sdo_coord_op_paths'
- 'sdo_coord_ops'
- 'sdo_coord_ref_sys'
- 'sdo_coord_ref_system'
- 'sdo_coord_sys'
- 'sdo_crs_compound'
- 'sdo_crs_engineering'
- 'sdo_crs_geocentric'
- 'sdo_crs_geographic2d'
- 'sdo_crs_geographic3d'
- 'sdo_crs_projected'
- 'sdo_crs_vertical'
- 'sdo_cs'
- 'sdo_datum_engineering'
- 'sdo_datum_geodetic'
- 'sdo_datum_vertical'
- 'sdo_datums'
- 'sdo_datums_old_format'
- 'sdo_datums_old_snapshot'
- 'sdo_dim_array'
- 'sdo_dim_element'
- 'sdo_dist_units'
- 'sdo_edge_array'
- 'sdo_elem_info_array'
- 'sdo_ellipsoids'
- 'sdo_ellipsoids_old_format'
- 'sdo_ellipsoids_old_snapshot'
- 'sdo_gcdr'
- 'sdo_geo_addr'
- 'sdo_geom'
- 'sdo_geometry'
- 'sdo_geor'
- 'sdo_geor_colormap'
- 'sdo_geor_grayscale'
- 'sdo_geor_histogram'
- 'sdo_geor_int'
- 'sdo_geor_metadata'
- 'sdo_geor_srs'
- 'sdo_geor_utl'
- 'sdo_georaster'
- 'sdo_georx'
- 'sdo_index_metadata'
- 'sdo_keywordarray'
- 'sdo_link_t'
- 'sdo_list_type'
- 'sdo_lrs'
- 'sdo_mbr'
- 'sdo_migrate'
- 'sdo_net'
- 'sdo_net_mem'
- 'sdo_network_manager_t'
- 'sdo_network_t'
- 'sdo_node_t'
- 'sdo_number_array'
- 'sdo_ordinate_array'
- 'sdo_path_t'
- 'sdo_point_type'
- 'sdo_preferred_ops_system'
- 'sdo_preferred_ops_user'
- 'sdo_pridx'
- 'sdo_prime_meridians'
- 'sdo_projections_old_format'
- 'sdo_projections_old_snapshot'
- 'sdo_raster'
- 'sdo_rasterset'
- 'sdo_rdf'
- 'sdo_rdf_alias'
- 'sdo_rdf_aliases'
- 'sdo_rdf_inference'
- 'sdo_rdf_internal'
- 'sdo_rdf_models'
- 'sdo_rdf_rulebases'
- 'sdo_rdf_triple'
- 'sdo_rdf_triple_s'
- 'sdo_regaggr'
- 'sdo_regaggrset'
- 'sdo_region'
- 'sdo_regionset'
- 'sdo_relate_mask'
- 'sdo_relatemask_table'
- 'sdo_router_partition'
- 'sdo_rowidpair'
- 'sdo_rowidset'
- 'sdo_rtree_admin'
- 'sdo_sam'
- 'sdo_srid_chain'
- 'sdo_srid_list'
- 'sdo_string_array'
- 'sdo_tfm_chain'
- 'sdo_tgl_object'
- 'sdo_tgl_object_array'
- 'sdo_topo'
- 'sdo_topo_data$'
- 'sdo_topo_geometry'
- 'sdo_topo_geometry_layer'
- 'sdo_topo_geometry_layer_array'
- 'sdo_topo_map'
- 'sdo_topo_nstd_tbl'
- 'sdo_topo_object'
- 'sdo_topo_object_array'
- 'sdo_topo_transact_data$'
- 'sdo_transient_rule'
- 'sdo_transient_rule_set'
- 'sdo_tune'
- 'sdo_txn_idx_deletes'
- 'sdo_txn_idx_exp_upd_rgn'
- 'sdo_txn_idx_inserts'
- 'sdo_units_of_measure'
- 'sdo_util'
- 'sdo_vpoint_type'
- 'sdo_xml_schemas'
- 'sdoaggrtype'
- 'seq'
- 'serverinterface'
- 'session_context'
- 'session_privs'
- 'session_roles'
- 'setemviewusercontext'
- 'sh'
- 'si_appendclrhstgr'
- 'si_averagecolor'
- 'si_chgcontent'
- 'si_color'
- 'si_colorhistogram'
- 'si_convertformat'
- 'si_featurelist'
- 'si_informtn_schema'
- 'si_positionalcolor'
- 'si_setavgclrftr'
- 'si_setclrhstgrftr'
- 'si_setpstnlclrftr'
- 'si_settextureftr'
- 'si_stillimage'
- 'si_texture'
- 'sm$version'
- 'soc_msg_type'
- 'sql_bind'
- 'sql_bind_set'
- 'sql_binds'
- 'sql_objects'
- 'sql_plan_row_type'
- 'sql_plan_stat_row_type'
- 'sql_plan_table_type'
- 'sqlbaseonlydefinitionstruct'
- 'sqlbooleansequence'
- 'sqlcomparisonruleenum'
- 'sqlcompoundcursorblocksequence'
- 'sqlcompoundcursorblockstruct'
- 'sqlconnectionparameterinfoseq'
- 'sqlconnectionparameterinfosequ'
- 'sqlconnectionparameterinfostru'
- 'sqlconnectionparametertypeenum'
- 'sqlconnectionstruct'
- 'sqlconstantlistdefinitionstruc'
- 'sqlconstantlistvaluesunion'
- 'sqlcursorblockstruct'
- 'sqlcursorspecifiersequ'
- 'sqlcursorspecifiersequence'
- 'sqlcursorspecifierstruct'
- 'sqlcursorvaluesunion'
- 'sqlcursorvalueunion'
- 'sqlcursorvalueunionsequence'
- 'sqldatablocksequence'
- 'sqldatablockstruct'
- 'sqldatasequenceunion'
- 'sqldataunion'
- 'sqldataunionsequence'
- 'sqldefinitionsequence'
- 'sqldefinitionunion'
- 'sqldependencyblockseq'
- 'sqldependencyblocksequence'
- 'sqldependencyblocksequenceseq'
- 'sqldependencyblocksequencesequ'
- 'sqldependencyblockstruct'
- 'sqldependencyblockunion'
- 'sqldomainenum'
- 'sqldoublesequence'
- 'sqldynamicdefinitionstruct'
- 'sqlerrorclassenum'
- 'sqlerrordescriptionsequence'
- 'sqlerrordescriptionstruct'
- 'sqlerrortypeenum'
- 'sqlexpressexception'
- 'sqlfloatsequence'
- 'sqlincludeddependencyblockstru'
- 'sqlindexblockstruct'
- 'sqlinvalidindexspecificationex'
- 'sqljoindefinitionstruct'
- 'sqllonglongsequence'
- 'sqllongsequence'
- 'sqlmetadatadefinitionstruct'
- 'sqlmetadatapropertybagseq'
- 'sqlmetadatapropertybagsequence'
- 'sqlmetadatapropertybagunion'
- 'sqlmetadatapropertysequence'
- 'sqlmetadatapropertystruct'
- 'sqlmetadatapropertyvaluesunion'
- 'sqlmultiplierblockstruct'
- 'sqloctetsequence'
- 'sqlolapiexception'
- 'sqlparentstartendblocksequence'
- 'sqlparentstartendblockunion'
- 'sqlpersistentsourceidsequence'
- 'sqlpersistentsourceidstruct'
- 'sqlprof_attr'
- 'sqlpropertysequence'
- 'sqlpropertystruct'
- 'sqlrangedefinitionstruct'
- 'sqlremoteapiversionmismatchexc'
- 'sqlremoteauthenticationexcepti'
- 'sqlremoteobjectclosedexception'
- 'sqlremotespecificationupdatene'
- 'sqlremotetaskinterruptedexcept'
- 'sqlserverstruct'
- 'sqlset'
- 'sqlset_row'
- 'sqlshortsequ'
- 'sqlshortsequence'
- 'sqlstringsequence'
- 'sqlunmatchedinputsexception'
- 'sqlvaluecursorblocksequence'
- 'sqlvaluecursorblockstruct'
- 'sqlvaluedefinitionstruct'
- 'sqlversioninfostruct'
- 'sqlwstringseq'
- 'sqlwstringsequence'
- 'stmt_audit_option_map'
- 'surface'
- 'syn'
- 'sys'
- 'sys_iot_over_53385'
- 'sys_iot_over_53822'
- 'sys_iot_over_54497'
- 'sysman'
- 'syst_dbms_lock_allocation'
- 'syst_message'
- 'syst_param_parameter'
- 'syst_param_value'
- 'syst_process_state'
- 'syst_process_state_detail'
- 'syst_protocol'
- 'syst_rang_range'
- 'syst_rang_value'
- 'syst_statement_object'
- 'syst_statement_statement'
- 'system'
- 'system_privilege_map'
- 'systools'
- 't_syst_date_list'
- 't_syst_number_list'
- 't_syst_protocol'
- 't_syst_string_list'
- 'tab'
- 'table_export_objects'
- 'table_privilege_map'
- 'table_privileges'
- 'tablespace_export_objects'
- 'tabs'
- 'taddress'
- 'temp$lob'
- 'tfm_plan'
- 'threadtable'
- 'tmp_coord_ops'
- 'todacarray1'
- 'todacarray2'
- 'todacarray3'
- 'todacarrtype'
- 'todacarrtype1'
- 'todacnestedsubtype'
- 'todacnestedtable'
- 'todacnestedtype'
- 'tperson'
- 'transportable_export_objects'
- 'trefobjecttype'
- 'trusted_servers'
- 'tsmsys'
- 'ueb_seq'
- 'uebersetzer'
- 'uebersetzer_seq'
- 'urifactory'
- 'uritype'
- 'user_advisor_actions'
- 'user_advisor_directives'
- 'user_advisor_findings'
- 'user_advisor_journal'
- 'user_advisor_log'
- 'user_advisor_objects'
- 'user_advisor_parameters'
- 'user_advisor_rationale'
- 'user_advisor_recommendations'
- 'user_advisor_sqla_rec_sum'
- 'user_advisor_sqla_wk_map'
- 'user_advisor_sqla_wk_stmts'
- 'user_advisor_sqlw_colvol'
- 'user_advisor_sqlw_journal'
- 'user_advisor_sqlw_parameters'
- 'user_advisor_sqlw_stmts'
- 'user_advisor_sqlw_sum'
- 'user_advisor_sqlw_tables'
- 'user_advisor_sqlw_tabvol'
- 'user_advisor_sqlw_templates'
- 'user_advisor_tasks'
- 'user_advisor_templates'
- 'user_all_tables'
- 'user_application_roles'
- 'user_aq_agent_privs'
- 'user_arguments'
- 'user_associations'
- 'user_attribute_transformations'
- 'user_audit_object'
- 'user_audit_policies'
- 'user_audit_policy_columns'
- 'user_audit_session'
- 'user_audit_statement'
- 'user_audit_trail'
- 'user_aw_obj'
- 'user_aw_prop'
- 'user_aw_ps'
- 'user_aws'
- 'user_base_table_mviews'
- 'user_catalog'
- 'user_change_notification_regs'
- 'user_clu_columns'
- 'user_cluster_hash_expressions'
- 'user_clusters'
- 'user_col_comments'
- 'user_col_privs'
- 'user_col_privs_made'
- 'user_col_privs_recd'
- 'user_coll_types'
- 'user_cons_columns'
- 'user_cons_obj_columns'
- 'user_constraints'
- 'user_datapump_jobs'
- 'user_db_links'
- 'user_dependencies'
- 'user_dim_attributes'
- 'user_dim_child_of'
- 'user_dim_hierarchies'
- 'user_dim_join_key'
- 'user_dim_level_key'
- 'user_dim_levels'
- 'user_dimensions'
- 'user_encrypted_columns'
- 'user_epg_dad_authorization'
- 'user_errors'
- 'user_evaluation_context_tables'
- 'user_evaluation_context_vars'
- 'user_evaluation_contexts'
- 'user_expfil_aset_functions'
- 'user_expfil_attribute_sets'
- 'user_expfil_attributes'
- 'user_expfil_def_index_params'
- 'user_expfil_expression_sets'
- 'user_expfil_exprset_stats'
- 'user_expfil_index_params'
- 'user_expfil_indexes'
- 'user_expfil_predtab_attributes'
- 'user_expfil_privileges'
- 'user_extents'
- 'user_external_locations'
- 'user_external_tables'
- 'user_file_group_export_info'
- 'user_file_group_files'
- 'user_file_group_tables'
- 'user_file_group_tablespaces'
- 'user_file_group_versions'
- 'user_file_groups'
- 'user_free_space'
- 'user_geometry_columns'
- 'user_histograms'
- 'user_ind_columns'
- 'user_ind_expressions'
- 'user_ind_partitions'
- 'user_ind_statistics'
- 'user_ind_subpartitions'
- 'user_indexes'
- 'user_indextype_arraytypes'
- 'user_indextype_comments'
- 'user_indextype_operators'
- 'user_indextypes'
- 'user_internal_triggers'
- 'user_java_arguments'
- 'user_java_classes'
- 'user_java_derivations'
- 'user_java_fields'
- 'user_java_implements'
- 'user_java_inners'
- 'user_java_layouts'
- 'user_java_methods'
- 'user_java_ncomps'
- 'user_java_policy'
- 'user_java_resolvers'
- 'user_java_throws'
- 'user_jobs'
- 'user_join_ind_columns'
- 'user_libraries'
- 'user_lob_partitions'
- 'user_lob_subpartitions'
- 'user_lob_templates'
- 'user_lobs'
- 'user_log_group_columns'
- 'user_log_groups'
- 'user_method_params'
- 'user_method_results'
- 'user_mp_graph_workspaces'
- 'user_mp_parent_workspaces'
- 'user_mview_aggregates'
- 'user_mview_analysis'
- 'user_mview_comments'
- 'user_mview_detail_relations'
- 'user_mview_joins'
- 'user_mview_keys'
- 'user_mview_logs'
- 'user_mview_refresh_times'
- 'user_mviews'
- 'user_nested_table_cols'
- 'user_nested_tables'
- 'user_obj_audit_opts'
- 'user_obj_colattrs'
- 'user_object_size'
- 'user_object_tables'
- 'user_objects'
- 'user_opancillary'
- 'user_oparguments'
- 'user_opbindings'
- 'user_operator_comments'
- 'user_operators'
- 'user_outline_hints'
- 'user_outlines'
- 'user_part_col_statistics'
- 'user_part_histograms'
- 'user_part_indexes'
- 'user_part_key_columns'
- 'user_part_lobs'
- 'user_part_tables'
- 'user_partial_drop_tabs'
- 'user_password_limits'
- 'user_pending_conv_tables'
- 'user_plsql_object_settings'
- 'user_policies'
- 'user_policy_contexts'
- 'user_policy_groups'
- 'user_procedures'
- 'user_proxies'
- 'user_published_columns'
- 'user_queue_publishers'
- 'user_queue_schedules'
- 'user_queue_subscribers'
- 'user_queue_tables'
- 'user_queues'
- 'user_recyclebin'
- 'user_refresh'
- 'user_refresh_children'
- 'user_refs'
- 'user_registered_mviews'
- 'user_registered_snapshots'
- 'user_registry'
- 'user_repaudit_attribute'
- 'user_repaudit_column'
- 'user_repcat'
- 'user_repcat_refresh_templates'
- 'user_repcat_template_objects'
- 'user_repcat_template_parms'
- 'user_repcat_template_sites'
- 'user_repcat_user_authorization'
- 'user_repcat_user_parm_values'
- 'user_repcatlog'
- 'user_repcolumn'
- 'user_repcolumn_group'
- 'user_repconflict'
- 'user_repddl'
- 'user_repflavor_columns'
- 'user_repflavor_objects'
- 'user_repflavors'
- 'user_repgenerated'
- 'user_repgenobjects'
- 'user_repgroup'
- 'user_repgroup_privileges'
- 'user_repgrouped_column'
- 'user_repkey_columns'
- 'user_repobject'
- 'user_repparameter_column'
- 'user_reppriority'
- 'user_reppriority_group'
- 'user_repprop'
- 'user_represol_stats_control'
- 'user_represolution'
- 'user_represolution_method'
- 'user_represolution_statistics'
- 'user_repschema'
- 'user_repsites'
- 'user_resource_limits'
- 'user_resumable'
- 'user_rewrite_equivalences'
- 'user_rlm4j_event_structs'
- 'user_rlm4j_rule_classes'
- 'user_rlmgr_comprcls_properties'
- 'user_rlmgr_event_structs'
- 'user_rlmgr_privileges'
- 'user_rlmgr_rule_class_status'
- 'user_rlmgr_rule_classes'
- 'user_role_privs'
- 'user_rsrc_consumer_group_privs'
- 'user_rsrc_manager_system_privs'
- 'user_rule_set_rules'
- 'user_rule_sets'
- 'user_rules'
- 'user_rulesets'
- 'user_scheduler_chain_rules'
- 'user_scheduler_chain_steps'
- 'user_scheduler_chains'
- 'user_scheduler_job_args'
- 'user_scheduler_job_log'
- 'user_scheduler_job_run_details'
- 'user_scheduler_jobs'
- 'user_scheduler_program_args'
- 'user_scheduler_programs'
- 'user_scheduler_running_chains'
- 'user_scheduler_running_jobs'
- 'user_scheduler_schedules'
- 'user_sdo_geom_metadata'
- 'user_sdo_geor_sysdata'
- 'user_sdo_index_info'
- 'user_sdo_index_metadata'
- 'user_sdo_lrs_metadata'
- 'user_sdo_maps'
- 'user_sdo_network_constraints'
- 'user_sdo_network_metadata'
- 'user_sdo_network_user_data'
- 'user_sdo_styles'
- 'user_sdo_themes'
- 'user_sdo_topo_info'
- 'user_sdo_topo_metadata'
- 'user_sec_relevant_cols'
- 'user_secondary_objects'
- 'user_segments'
- 'user_sequences'
- 'user_snapshot_logs'
- 'user_snapshot_refresh_times'
- 'user_snapshots'
- 'user_source'
- 'user_source_tables'
- 'user_sqlj_type_attrs'
- 'user_sqlj_type_methods'
- 'user_sqlj_types'
- 'user_sqlset'
- 'user_sqlset_binds'
- 'user_sqlset_definitions'
- 'user_sqlset_plans'
- 'user_sqlset_references'
- 'user_sqlset_statements'
- 'user_sqltune_binds'
- 'user_sqltune_plans'
- 'user_sqltune_rationale_plan'
- 'user_sqltune_statistics'
- 'user_stored_settings'
- 'user_subpart_col_statistics'
- 'user_subpart_histograms'
- 'user_subpart_key_columns'
- 'user_subpartition_templates'
- 'user_subscribed_columns'
- 'user_subscribed_tables'
- 'user_subscriptions'
- 'user_summaries'
- 'user_summary_aggregates'
- 'user_summary_detail_tables'
- 'user_summary_joins'
- 'user_summary_keys'
- 'user_synonyms'
- 'user_sys_privs'
- 'user_tab_col_statistics'
- 'user_tab_cols'
- 'user_tab_columns'
- 'user_tab_comments'
- 'user_tab_histograms'
- 'user_tab_modifications'
- 'user_tab_partitions'
- 'user_tab_privs'
- 'user_tab_privs_made'
- 'user_tab_privs_recd'
- 'user_tab_statistics'
- 'user_tab_stats_history'
- 'user_tab_subpartitions'
- 'user_tables'
- 'user_tablespaces'
- 'user_transformations'
- 'user_trigger_cols'
- 'user_triggers'
- 'user_ts_quotas'
- 'user_tune_mview'
- 'user_type_attrs'
- 'user_type_methods'
- 'user_type_versions'
- 'user_types'
- 'user_unused_col_tabs'
- 'user_updatable_columns'
- 'user_users'
- 'user_ustats'
- 'user_varrays'
- 'user_views'
- 'user_warning_settings'
- 'user_wm_cons_columns'
- 'user_wm_constraints'
- 'user_wm_ind_columns'
- 'user_wm_ind_expressions'
- 'user_wm_locked_tables'
- 'user_wm_modified_tables'
- 'user_wm_privs'
- 'user_wm_ric_info'
- 'user_wm_tab_triggers'
- 'user_wm_versioned_tables'
- 'user_wm_vt_errors'
- 'user_workspace_privs'
- 'user_workspace_savepoints'
- 'user_workspaces'
- 'user_xml_column_names'
- 'user_xml_indexes'
- 'user_xml_schemas'
- 'user_xml_tab_cols'
- 'user_xml_tables'
- 'user_xml_view_cols'
- 'user_xml_views'
- 'utl_all_ind_comps'
- 'utl_coll'
- 'utl_compress'
- 'utl_encode'
- 'utl_file'
- 'utl_gdk'
- 'utl_http'
- 'utl_i18n'
- 'utl_inaddr'
- 'utl_lms'
- 'utl_match'
- 'utl_nla'
- 'utl_nla_array_dbl'
- 'utl_nla_array_flt'
- 'utl_nla_array_int'
- 'utl_raw'
- 'utl_ref'
- 'utl_smtp'
- 'utl_tcp'
- 'utl_url'
- 'v$_lock'
- 'v$access'
- 'v$active_instances'
- 'v$active_services'
- 'v$active_sess_pool_mth'
- 'v$active_session_history'
- 'v$advisor_progress'
- 'v$alert_types'
- 'v$aq'
- 'v$aq1'
- 'v$archive'
- 'v$archive_dest'
- 'v$archive_dest_status'
- 'v$archive_gap'
- 'v$archive_processes'
- 'v$archived_log'
- 'v$asm_alias'
- 'v$asm_client'
- 'v$asm_disk'
- 'v$asm_disk_stat'
- 'v$asm_diskgroup'
- 'v$asm_diskgroup_stat'
- 'v$asm_file'
- 'v$asm_operation'
- 'v$asm_template'
- 'v$aw_aggregate_op'
- 'v$aw_allocate_op'
- 'v$aw_calc'
- 'v$aw_longops'
- 'v$aw_olap'
- 'v$aw_session_info'
- 'v$backup'
- 'v$backup_archivelog_details'
- 'v$backup_archivelog_summary'
- 'v$backup_async_io'
- 'v$backup_controlfile_details'
- 'v$backup_controlfile_summary'
- 'v$backup_copy_details'
- 'v$backup_copy_summary'
- 'v$backup_corruption'
- 'v$backup_datafile'
- 'v$backup_datafile_details'
- 'v$backup_datafile_summary'
- 'v$backup_device'
- 'v$backup_files'
- 'v$backup_piece'
- 'v$backup_piece_details'
- 'v$backup_redolog'
- 'v$backup_set'
- 'v$backup_set_details'
- 'v$backup_set_summary'
- 'v$backup_spfile'
- 'v$backup_spfile_details'
- 'v$backup_spfile_summary'
- 'v$backup_sync_io'
- 'v$bgprocess'
- 'v$bh'
- 'v$block_change_tracking'
- 'v$blocking_quiesce'
- 'v$bsp'
- 'v$buffer_pool'
- 'v$buffer_pool_statistics'
- 'v$buffered_publishers'
- 'v$buffered_queues'
- 'v$buffered_subscribers'
- 'v$circuit'
- 'v$class_cache_transfer'
- 'v$class_ping'
- 'v$client_stats'
- 'v$cluster_interconnects'
- 'v$configured_interconnects'
- 'v$context'
- 'v$controlfile'
- 'v$controlfile_record_section'
- 'v$copy_corruption'
- 'v$cr_block_server'
- 'v$current_block_server'
- 'v$database'
- 'v$database_block_corruption'
- 'v$database_incarnation'
- 'v$datafile'
- 'v$datafile_copy'
- 'v$datafile_header'
- 'v$dataguard_config'
- 'v$dataguard_stats'
- 'v$dataguard_status'
- 'v$datapump_job'
- 'v$datapump_session'
- 'v$db_cache_advice'
- 'v$db_object_cache'
- 'v$db_pipes'
- 'v$db_transportable_platform'
- 'v$dbfile'
- 'v$dblink'
- 'v$deleted_object'
- 'v$dispatcher'
- 'v$dispatcher_config'
- 'v$dispatcher_rate'
- 'v$dlm_all_locks'
- 'v$dlm_convert_local'
- 'v$dlm_convert_remote'
- 'v$dlm_latch'
- 'v$dlm_locks'
- 'v$dlm_misc'
- 'v$dlm_ress'
- 'v$dlm_traffic_controller'
- 'v$enabledprivs'
- 'v$enqueue_lock'
- 'v$enqueue_stat'
- 'v$enqueue_statistics'
- 'v$event_histogram'
- 'v$event_name'
- 'v$eventmetric'
- 'v$execution'
- 'v$fast_start_servers'
- 'v$fast_start_transactions'
- 'v$file_cache_transfer'
- 'v$file_histogram'
- 'v$file_ping'
- 'v$filemetric'
- 'v$filemetric_history'
- 'v$filespace_usage'
- 'v$filestat'
- 'v$fixed_table'
- 'v$fixed_view_definition'
- 'v$flash_recovery_area_usage'
- 'v$flashback_database_log'
- 'v$flashback_database_logfile'
- 'v$flashback_database_stat'
- 'v$gc_element'
- 'v$gc_elements_with_collisions'
- 'v$gcshvmaster_info'
- 'v$gcspfmaster_info'
- 'v$ges_blocking_enqueue'
- 'v$ges_enqueue'
- 'v$global_blocked_locks'
- 'v$global_transaction'
- 'v$globalcontext'
- 'v$hs_agent'
- 'v$hs_parameter'
- 'v$hs_session'
- 'v$hvmaster_info'
- 'v$indexed_fixed_column'
- 'v$instance'
- 'v$instance_cache_transfer'
- 'v$instance_log_group'
- 'v$instance_recovery'
- 'v$java_library_cache_memory'
- 'v$java_pool_advice'
- 'v$javapool'
- 'v$latch'
- 'v$latch_children'
- 'v$latch_misses'
- 'v$latch_parent'
- 'v$latchholder'
- 'v$latchname'
- 'v$library_cache_memory'
- 'v$librarycache'
- 'v$license'
- 'v$loadistat'
- 'v$loadpstat'
- 'v$lock'
- 'v$lock_activity'
- 'v$lock_element'
- 'v$lock_type'
- 'v$locked_object'
- 'v$locks_with_collisions'
- 'v$log'
- 'v$log_history'
- 'v$logfile'
- 'v$loghist'
- 'v$logmnr_callback'
- 'v$logmnr_contents'
- 'v$logmnr_dictionary'
- 'v$logmnr_dictionary_load'
- 'v$logmnr_latch'
- 'v$logmnr_logfile'
- 'v$logmnr_logs'
- 'v$logmnr_parameters'
- 'v$logmnr_process'
- 'v$logmnr_region'
- 'v$logmnr_session'
- 'v$logmnr_stats'
- 'v$logmnr_transaction'
- 'v$logstdby'
- 'v$logstdby_process'
- 'v$logstdby_progress'
- 'v$logstdby_state'
- 'v$logstdby_stats'
- 'v$logstdby_transaction'
- 'v$managed_standby'
- 'v$map_comp_list'
- 'v$map_element'
- 'v$map_ext_element'
- 'v$map_file'
- 'v$map_file_extent'
- 'v$map_file_io_stack'
- 'v$map_library'
- 'v$map_subelement'
- 'v$max_active_sess_target_mth'
- 'v$metric'
- 'v$metric_history'
- 'v$metricgroup'
- 'v$metricname'
- 'v$mttr_target_advice'
- 'v$mutex_sleep'
- 'v$mutex_sleep_history'
- 'v$mvrefresh'
- 'v$mystat'
- 'v$nls_parameters'
- 'v$nls_valid_values'
- 'v$object_dependency'
- 'v$object_usage'
- 'v$obsolete_parameter'
- 'v$offline_range'
- 'v$open_cursor'
- 'v$option'
- 'v$osstat'
- 'v$parallel_degree_limit_mth'
- 'v$parameter'
- 'v$parameter_valid_values'
- 'v$parameter2'
- 'v$pga_target_advice'
- 'v$pga_target_advice_histogram'
- 'v$pgastat'
- 'v$pq_sesstat'
- 'v$pq_slave'
- 'v$pq_sysstat'
- 'v$pq_tqstat'
- 'v$process'
- 'v$process_memory'
- 'v$process_memory_detail'
- 'v$process_memory_detail_prog'
- 'v$propagation_receiver'
- 'v$propagation_sender'
- 'v$proxy_archivedlog'
- 'v$proxy_archivelog_details'
- 'v$proxy_archivelog_summary'
- 'v$proxy_copy_details'
- 'v$proxy_copy_summary'
- 'v$proxy_datafile'
- 'v$pwfile_users'
- 'v$px_buffer_advice'
- 'v$px_process'
- 'v$px_process_sysstat'
- 'v$px_session'
- 'v$px_sesstat'
- 'v$queue'
- 'v$queueing_mth'
- 'v$recover_file'
- 'v$recovery_file_dest'
- 'v$recovery_file_status'
- 'v$recovery_log'
- 'v$recovery_progress'
- 'v$recovery_status'
- 'v$replprop'
- 'v$replqueue'
- 'v$reqdist'
- 'v$reserved_words'
- 'v$resource'
- 'v$resource_limit'
- 'v$restore_point'
- 'v$resumable'
- 'v$rfs_thread'
- 'v$rman_backup_job_details'
- 'v$rman_backup_subjob_details'
- 'v$rman_backup_type'
- 'v$rman_configuration'
- 'v$rman_output'
- 'v$rman_status'
- 'v$rollname'
- 'v$rollstat'
- 'v$rowcache'
- 'v$rowcache_parent'
- 'v$rowcache_subordinate'
- 'v$rsrc_cons_group_history'
- 'v$rsrc_consumer_group'
- 'v$rsrc_consumer_group_cpu_mth'
- 'v$rsrc_plan'
- 'v$rsrc_plan_cpu_mth'
- 'v$rsrc_plan_history'
- 'v$rsrc_session_info'
- 'v$rule'
- 'v$rule_set'
- 'v$rule_set_aggregate_stats'
- 'v$scheduler_running_jobs'
- 'v$segment_statistics'
- 'v$segstat'
- 'v$segstat_name'
- 'v$serv_mod_act_stats'
- 'v$service_event'
- 'v$service_stats'
- 'v$service_wait_class'
- 'v$servicemetric'
- 'v$servicemetric_history'
- 'v$services'
- 'v$ses_optimizer_env'
- 'v$sess_io'
- 'v$sess_time_model'
- 'v$session'
- 'v$session_connect_info'
- 'v$session_cursor_cache'
- 'v$session_event'
- 'v$session_fix_control'
- 'v$session_longops'
- 'v$session_object_cache'
- 'v$session_wait'
- 'v$session_wait_class'
- 'v$session_wait_history'
- 'v$sessmetric'
- 'v$sesstat'
- 'v$sga'
- 'v$sga_current_resize_ops'
- 'v$sga_dynamic_components'
- 'v$sga_dynamic_free_memory'
- 'v$sga_resize_ops'
- 'v$sga_target_advice'
- 'v$sgainfo'
- 'v$sgastat'
- 'v$shared_pool_advice'
- 'v$shared_pool_reserved'
- 'v$shared_server'
- 'v$shared_server_monitor'
- 'v$sort_segment'
- 'v$sort_usage'
- 'v$spparameter'
- 'v$sql'
- 'v$sql_bind_capture'
- 'v$sql_bind_data'
- 'v$sql_bind_metadata'
- 'v$sql_cursor'
- 'v$sql_join_filter'
- 'v$sql_optimizer_env'
- 'v$sql_plan'
- 'v$sql_plan_statistics'
- 'v$sql_plan_statistics_all'
- 'v$sql_redirection'
- 'v$sql_shared_cursor'
- 'v$sql_shared_memory'
- 'v$sql_workarea'
- 'v$sql_workarea_active'
- 'v$sql_workarea_histogram'
- 'v$sqlarea'
- 'v$sqlarea_plan_hash'
- 'v$sqlstats'
- 'v$sqltext'
- 'v$sqltext_with_newlines'
- 'v$standby_apply_snapshot'
- 'v$standby_log'
- 'v$statistics_level'
- 'v$statname'
- 'v$streams_apply_coordinator'
- 'v$streams_apply_reader'
- 'v$streams_apply_server'
- 'v$streams_capture'
- 'v$streams_pool_advice'
- 'v$streams_transaction'
- 'v$subcache'
- 'v$sys_optimizer_env'
- 'v$sys_time_model'
- 'v$sysaux_occupants'
- 'v$sysmetric'
- 'v$sysmetric_history'
- 'v$sysmetric_summary'
- 'v$sysstat'
- 'v$system_cursor_cache'
- 'v$system_event'
- 'v$system_fix_control'
- 'v$system_parameter'
- 'v$system_parameter2'
- 'v$system_wait_class'
- 'v$tablespace'
- 'v$temp_cache_transfer'
- 'v$temp_extent_map'
- 'v$temp_extent_pool'
- 'v$temp_histogram'
- 'v$temp_ping'
- 'v$temp_space_header'
- 'v$tempfile'
- 'v$temporary_lobs'
- 'v$tempseg_usage'
- 'v$tempstat'
- 'v$thread'
- 'v$threshold_types'
- 'v$timer'
- 'v$timezone_file'
- 'v$timezone_names'
- 'v$transaction'
- 'v$transaction_enqueue'
- 'v$transportable_platform'
- 'v$tsm_sessions'
- 'v$type_size'
- 'v$undostat'
- 'v$unusable_backupfile_details'
- 'v$version'
- 'v$vpd_policy'
- 'v$waitclassmetric'
- 'v$waitclassmetric_history'
- 'v$waitstat'
- 'v$wallet'
- 'v$xml_audit_trail'
- 'v_olapi_iface_object_history'
- 'v_olapi_iface_op_history'
- 'v_olapi_memory_op_history'
- 'v_olapi_session_history'
- 'verlag'
- 'verlag_seq'
- 'wm$all_nextver_view'
- 'wm$all_version_hview_wdepth'
- 'wm$base_hierarchy_view'
- 'wm$base_nextver_view'
- 'wm$base_version_view'
- 'wm$conf_base_hierarchy_view'
- 'wm$conf_base_nextver_view'
- 'wm$conf1_hierarchy_view'
- 'wm$conf1_nextver_view'
- 'wm$conf2_hierarchy_view'
- 'wm$conf2_nextver_view'
- 'wm$curconflict_hierarchy_view'
- 'wm$curconflict_nextvers_view'
- 'wm$curconflict_parvers_view'
- 'wm$current_child_nextvers_view'
- 'wm$current_child_versions_view'
- 'wm$current_cons_nextvers_view'
- 'wm$current_cons_versions_view'
- 'wm$current_hierarchy_view'
- 'wm$current_nextvers_view'
- 'wm$current_parvers_view'
- 'wm$current_savepoints_view'
- 'wm$current_ver_view'
- 'wm$current_workspace_view'
- 'wm$diff1_hierarchy_view'
- 'wm$diff1_nextver_view'
- 'wm$diff2_hierarchy_view'
- 'wm$diff2_nextver_view'
- 'wm$mw_nextvers_view'
- 'wm$mw_versions_view'
- 'wm$mw_versions_view_9i'
- 'wm$parconflict_hierarchy_view'
- 'wm$parconflict_nextvers_view'
- 'wm$parconflict_parvers_view'
- 'wm$parent_hierarchy_view'
- 'wm$parent_workspace_view'
- 'wm$parvers_view'
- 'wm$table_nextvers_view'
- 'wm$table_parvers_view'
- 'wm$table_versions_in_live_view'
- 'wm$table_ws_parvers_view'
- 'wm$ver_bef_inst_nextvers_view'
- 'wm$ver_bef_inst_parvers_view'
- 'wm$versions_in_live_view'
- 'wm_compress_batch_sizes'
- 'wm_compressible_tables'
- 'wm_events_info'
- 'wm_installation'
- 'wm_period'
- 'wm_replication_info'
- 'wmsys'
- 'wpg_docload'
- 'xdb'
- 'xdb$string_list_t'
- 'xdb_configuration'
- 'xdb_dom_helper'
- 'xdb_namespaces'
- 'xdb_pvtrig_pkg'
- 'xdb_rvtrig_pkg'
- 'xdb_tools'
- 'xdb_utilities'
- 'xdburitype'
- 'xml_type'
- 'xmldom'
- 'xmlformat'
- 'xmlparser'
- 'xmlschema_type'
- 'xmlsequencetype'
- 'xmltype'
- 'xslprocessor')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'declare start'
- ConditionList = <
- item
- TagList.Strings = (
- 'declare')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'declare end'
- HighlightPos = cpAny
- DrawStaple = True
- IgnoreAsParent = False
- end
- item
- DisplayName = 'declare end'
- BlockName = 'declare start'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'end')
- IgnoreCase = True
- end>
- BlockEnd = 'declare start'
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'DDL start'
- BlockName = 'DDL start'
- StrictParent = True
- NotParent = True
- ConditionList = <
- item
- TagList.Strings = (
- 'OR'
- 'PACKAGE')
- CondType = tcNotEqual
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- 'ALTER'
- 'CREATE'
- 'DROP'
- 'REMAME'
- 'TRUNCATE')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'DDL end'
- NameFmt = '%s0 %s-1 %s-2'
- RefToCondEnd = True
- HighlightPos = cpAny
- TreeItemImage = 6
- IgnoreAsParent = False
- end
- item
- DisplayName = 'DDL end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';')
- TokenTypes = 8
- end>
- BlockEnd = 'DDL start'
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- '/* This calculates a nextdate for a defined interval.'
-
- ' The function works similar to the functionality in DBMS_JOB *' +
- '/'
- 'FUNCTION calc_next_date (i_interval IN VARCHAR2,'
-
- ' i_default IN DATE DEFAULT SYSDATE) RET' +
- 'URN DATE IS'
- ' v_date DATE;'
- ' v_statement VARCHAR2(5000);'
- 'BEGIN'
- ' IF i_interval IS NULL THEN'
-
- ' RETURN (i_default);-- if no interval defined return the defa' +
- 'ult value'
- ' ELSE'
- ' v_statement := '#39'SELECT '#39'||i_interval||'#39' FROM DUAL'#39';'
- ' execute immediate v_statement into v_date;'
- ' RETURN (v_date);'
- ' END IF;'
- 'EXCEPTION'
-
- ' WHEN OTHERS THEN -- if any error occurs, return the default v' +
- 'alue'
- ' RETURN (i_default);'
- 'END calc_next_date;')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const')
- Gramma.Gramma =
- 'Complex_name = <Identifier> | Complex_name "." <Identifier>;'#13#10'P' +
- 'ackage_declaration = '#39'package'#39' ('#39'body'#39')? Complex_name ('#39'is'#39' | '#39'a' +
- 's'#39');'#13#10'type_declaration = '#39'type'#39' ('#39'body'#39')? Complex_name ('#39'is'#39' | '#39 +
- 'as'#39');'#13#10
- MarkedBlockStyle = 'Marked block'
- CurrentLineStyle = 'Current Line'
- DefaultStyleName = 'Default'
- Extentions = 'sql pck'
- LexerName = 'PL/SQL'
- FullRefreshSize = 5000
- LineComment = '--'
- AlwaysSyncBlockAnal = True
- Left = 144
- Top = 184
- end
- object SyntAnalyzer5: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Identifier'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Blob Data'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clFuchsia
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end>
- TokenRules = <
- item
- DisplayName = 'Comment 2'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?s)\{.*?(\}|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Blob data'
- StyleName = 'Blob Data'
- BlockName = 'Blob begin'
- Expression = '[^\}]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'String'
- StyleName = 'String'
- TokenType = 4
- Expression = #39'.*?('#39'|$)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Any name'
- StyleName = 'Identifier'
- TokenType = 2
- Expression = '[a-z_]\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Float'
- StyleName = 'Number'
- TokenType = 6
- Expression = '\d+\.?\d+e[\+\-]?\d+|\d+\.\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'HEX'
- StyleName = 'Number'
- TokenType = 7
- Expression = '\$[\da-f]+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[/,\.;:\(\)=<>\+\-\{\}]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Char'
- StyleName = 'String'
- TokenType = 8
- Expression = '\#(\d+|\$[\da-f]+)'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Key words'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'end'
- 'inherited'
- 'inline'
- 'item'
- 'object')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'end')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Begin'
- ConditionList = <
- item
- TagList.Strings = (
- 'inherited'
- 'item'
- 'object')
- TokenTypes = 4
- IgnoreCase = True
- end>
- BlockEnd = 'End'
- NameFmt = '%s0 %s-1%s-2 %s-3'
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = '%s0 %s-1%s-2 %s-3'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Collection begin'
- ConditionList = <
- item
- TagList.Strings = (
- '<')
- TokenTypes = 8
- end>
- BlockOffset = 2
- BlockEnd = 'Collection end'
- NameFmt = '%s2 (collection)'
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = '< %s2 >'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Collection end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '>')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'List begin'
- ConditionList = <
- item
- TagList.Strings = (
- '(')
- TokenTypes = 8
- end>
- BlockOffset = 4
- BlockEnd = 'List end'
- NameFmt = '%s2 (list)'
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = '( %s2 )'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'List end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ')')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Blob begin'
- StyleName = 'Blob Data'
- ConditionList = <
- item
- TagList.Strings = (
- '{')
- TokenTypes = 8
- end>
- BlockEnd = 'Blob end'
- HighlightPos = cpAny
- DrawStaple = True
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Blob end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- '{ Delphi/C++ Builder Form Definitions }'
- 'object TestForm: TTestForm'
- ' Left = 273'
- ' Top = 103'
- ' Caption = '#39'SynEdit sample source'#39
- 'end')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'dfm lxl lcf'
- LexerName = 'Delphi resources'
- end
- object SyntAnalyzer7: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Section'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = 15658734
- end
- item
- DisplayName = 'Parameter'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Value'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clFuchsia
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Number'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end>
- TokenRules = <
- item
- DisplayName = 'Comment'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '^;.*$'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Section'
- StyleName = 'Section'
- TokenType = 8
- Expression = '(?s)^\[.*?\]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Parameter'
- StyleName = 'Parameter'
- TokenType = 2
- Expression = '^[^=\n\r]+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Equal sign'
- TokenType = 3
- Expression = '='
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Float'
- StyleName = 'Number'
- TokenType = 6
- Expression = '[\d]+\.?[\d]+e[\+\-]?[\d]+|[\d]+\.[\d]+$'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- TokenType = 5
- Expression = '[\d]+$'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Value'
- StyleName = 'Value'
- TokenType = 4
- Expression = '.*$'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Section begin'
- ConditionList = <
- item
- TokenTypes = 256
- end>
- EndOfTextClose = True
- HighlightPos = cpAny
- CollapseFmt = '%s0'
- SelfClose = True
- TreeItemStyle = 'Section'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Item begin'
- ConditionList = <
- item
- TokenTypes = 112
- end
- item
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end>
- NotCollapsed = True
- NameFmt = '%s0 = %s-2'
- RefToCondEnd = True
- HighlightPos = cpAny
- NoEndRule = True
- TreeItemStyle = 'Value'
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Parameter'
- 'Symbol'
- 'Value'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Section')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'ini dsk dti dof inf lng srv reg'
- LexerName = 'Ini files'
- end
- object SyntAnal7: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end>
- TokenRules = <>
- BlockRules = <>
- CodeTemplates = <>
- SubAnalyzers = <
- item
- DisplayName = 'Style sheet'
- AlwaysEnabled = True
- StartExpression = '(?si)<style[^>]*> '#13#10
- EndExpression = '</style>'#13#10
- SyntAnalyzer = SyntAnalyzer10
- end
- item
- DisplayName = 'VB script'
- AlwaysEnabled = True
- StartExpression = '(?si)<script[^>]*vbscript[^>]*>\s*(<!--)?'#13#10
- EndExpression = '(?i)(-->)?\s*</script>'#13#10
- end
- item
- DisplayName = 'Java script'
- AlwaysEnabled = True
- StartExpression = '(?si)<script[^>]*javascript[^>]*>\s*(<!--)?'#13#10
- EndExpression = '(?i)(//)?(-->)?\s*</script>'#13#10
- SyntAnalyzer = SyntAnal6
- end
- item
- DisplayName = 'ASP'
- AlwaysEnabled = True
- StartExpression = '<%'#13#10'#(?i)<%@[^>]*?vbscript[^>]*>'#13#10'#\s*<%'#13#10
- EndExpression = '%>'#13#10
- end
- item
- DisplayName = 'PHP'
- AlwaysEnabled = True
- StartExpression = '(?si)<script[^>]*php[^>]*>\s*(<!--)?'#13#10
- EndExpression = '(?i)(-->)?\s*</script>'#13#10
- end
- item
- DisplayName = 'PHP 2'
- AlwaysEnabled = True
- StartExpression = '(?i)<\?(php)?'#13#10
- EndExpression = '\?>'#13#10
- end
- item
- DisplayName = 'HTML'
- SyntAnalyzer = SyntAnalyzer9
- FromTextBegin = True
- ToTextEnd = True
- end>
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'htm html'
- LexerName = 'XHTML'
- end
- object SyntAnalyzer9: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Text'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clInfoBk
- MultiLineBorder = True
- end
- item
- DisplayName = 'Tag bound'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Tag param'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Tag properties'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Unknown tag content'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clFuchsia
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold, fsUnderline]
- end
- item
- DisplayName = 'Tag Key'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Bound'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BorderTypeLeft = blSolid
- BorderColorLeft = clGray
- BorderTypeTop = blSolid
- BorderColorTop = clGray
- BorderTypeRight = blSolid
- BorderColorRight = clGray
- BorderTypeBottom = blSolid
- BorderColorBottom = clGray
- MultiLineBorder = True
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Tree item (attribute)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = 14155775
- FormatType = ftColor
- end
- item
- DisplayName = 'Tree item (tag)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end>
- TokenRules = <
- item
- DisplayName = 'Comment'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?ms)<!--.*?(-->|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment end'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '# for use in <SCRIPT>'#13#10'-->'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = '<'
- StyleName = 'Tag bound'
- TokenType = 10
- Expression = '<[/!\-]*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = '>'
- StyleName = 'Tag bound'
- TokenType = 11
- Expression = '>'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- BlockName = 'Tag begin'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'HEX'
- StyleName = 'Number'
- BlockName = 'Tag begin'
- TokenType = 7
- Expression = '\#[a-f\d]+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Tag param'
- StyleName = 'Tag param'
- BlockName = 'Tag begin'
- TokenType = 4
- Expression = '(?s)".*?("|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Tag ident'
- BlockName = 'Tag begin'
- TokenType = 2
- Expression = '[^\s=>]+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = '='
- StyleName = 'Tag bound'
- BlockName = 'Tag begin'
- TokenType = 3
- Expression = '='#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Unknow tag content'
- StyleName = 'Unknown tag content'
- BlockName = 'Tag begin'
- Expression = '[^>]*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = '&...'
- StyleName = 'Tag Key'
- TokenType = 9
- Expression = '&\w+;'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Text'
- StyleName = 'Text'
- TokenType = 9
- Expression = '[^<&]*'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Tag keys'
- StyleName = 'Tag Key'
- BlockType = btTagDetect
- ConditionList = <
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- '<'
- '</')
- TokenTypes = 1024
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Tag property'
- StyleName = 'Tag properties'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- '=')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end>
- IdentIndex = 1
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Tag property value'
- StyleName = 'Tag param'
- BlockType = btTagDetect
- ConditionList = <
- item
- TokenTypes = 20
- end
- item
- TagList.Strings = (
- '=')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Tag begin'
- ConditionList = <
- item
- TokenTypes = 1024
- end>
- BlockEnd = 'Tag end'
- NotCollapsed = True
- DisplayInTree = False
- DynHighlight = dhRange
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Tag end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 2048
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Simple tag block'
- ConditionList = <
- item
- TagList.Strings = (
- 'br'
- 'hr'
- 'image'
- 'img'
- 'link')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- '<')
- TokenTypes = 1024
- end>
- BlockEnd = 'Simple tag block end'
- HighlightPos = cpAny
- TreeItemStyle = 'Tree item (tag)'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Simple tag block end'
- BlockName = 'Simple tag block'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 2048
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Tag block begin'
- ConditionList = <
- item
- TagList.Strings = (
- 'br'
- 'hr'
- 'image'
- 'img'
- 'link')
- CondType = tcNotEqual
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- '<'
- '<!')
- TokenTypes = 1024
- end>
- BlockOffset = 1
- BlockEnd = 'Tag block end'
- HighlightPos = cpAny
- CollapseFmt = '< %s0 >'
- TreeItemStyle = 'Tree item (tag)'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Tag block end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- '</')
- TokenTypes = 1024
- end>
- BlockOffset = -1
- SameIdent = True
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Comment begin'
- ConditionList = <
- item
- TokenTypes = 2
- end>
- BlockEnd = 'Comment end'
- DisplayInTree = False
- HighlightPos = cpAny
- CollapseFmt = '<!-- ... -->'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Comment end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 2
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Tag attribute'
- BlockName = 'Tag begin'
- ConditionList = <
- item
- TokenTypes = 20
- end
- item
- TagList.Strings = (
- '=')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end>
- NotCollapsed = True
- NameFmt = '%s0 %s-1 %s-2'
- HighlightPos = cpAny
- NoEndRule = True
- TreeItemStyle = 'Tree item (attribute)'
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Text'
- 'Open Tag'
- 'Close Tag')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'htm html'
- LexerName = 'HTML'
- Internal = True
- end
- object SyntAnalyzer10: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Style'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Param'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Value'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnShadow
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Current block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clWhite
- FormatType = ftBackGround
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end>
- TokenRules = <
- item
- DisplayName = '{}'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[\{\}]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Ident'
- StyleName = 'Param'
- BlockName = 'Style begin'
- TokenType = 4
- Expression = '[\.-\w]+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- StyleName = 'Symbol'
- BlockName = 'Style begin'
- TokenType = 9
- Expression = '[;:,]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Style'
- StyleName = 'Style'
- TokenType = 2
- Expression = '[\w:\#\.\-]+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 1'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?s)/\*.*?(\*/|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Style begin'
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- '{')
- TokenTypes = 8
- end>
- IdentIndex = 1
- BlockOffset = 1
- BlockEnd = 'Style end'
- Highlight = True
- InvertColors = True
- DynHighlight = dhRange
- HighlightPos = cpRange
- DynSelectMin = True
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Style end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Param'
- StyleName = 'Value'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- ':')
- CondType = tcNotEqual
- TokenTypes = 520
- end
- item
- TokenTypes = 16
- end>
- IdentIndex = 1
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Param to tree'
- ConditionList = <
- item
- TagList.Strings = (
- ':')
- TokenTypes = 512
- end
- item
- TokenTypes = 16
- end>
- IdentIndex = 1
- BlockOffset = 1
- BlockEnd = 'Param end'
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Param end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ';'
- '}')
- end>
- BlockOffset = 1
- DisplayInTree = False
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- '/* Syntax Highlighting */'
- 'body { '
- ' font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; '
- ' font-size: 8pt '
- '}'
- 'H1 { '
- ' font-size: 18pt; '
- ' color: #000099; '
- ' made-up-property: 1 '
- '}')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Delimiter')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'css'
- LexerName = 'Style sheets '
- end
- object SyntAnalyzer13: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Ident'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Integer'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'HEX'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Label'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'reserved words'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Registers'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end>
- TokenRules = <
- item
- DisplayName = 'Comment'
- StyleName = 'Comment'
- TokenType = 1
- Expression = ';.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Labels'
- StyleName = 'Label'
- Expression = '@+\w*'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Hex'
- StyleName = 'HEX'
- TokenType = 7
- Expression = '[\da-f]+h'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Integer'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Ident'
- StyleName = 'Ident'
- TokenType = 2
- Expression = '[a-z_]\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Registers'
- StyleName = 'Registers'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'ah'
- 'al'
- 'ax'
- 'bh'
- 'bl'
- 'bp'
- 'bx'
- 'ch'
- 'cl'
- 'cs'
- 'cx'
- 'dh'
- 'di'
- 'ds'
- 'dx'
- 'eax'
- 'ebp'
- 'ebx'
- 'ecx'
- 'edi'
- 'edx'
- 'eip'
- 'es'
- 'esc'
- 'esi'
- 'esp'
- 'sp'
- 'ss')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Reserved words'
- StyleName = 'reserved words'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'aaa'
- 'aad'
- 'aam'
- 'aas'
- 'adc'
- 'add'
- 'and'
- 'arpl'
- 'assume'
- 'bound'
- 'bsf'
- 'bsr'
- 'bswap'
- 'bt'
- 'btc'
- 'btr'
- 'bts'
- 'byte'
- 'call'
- 'cbw'
- 'cdq'
- 'clc'
- 'cld'
- 'cli'
- 'clts'
- 'cmc'
- 'cmp'
- 'cmps'
- 'cmpsb'
- 'cmpsd'
- 'cmpsw'
- 'cmpxchg'
- 'comment'
- 'cwd'
- 'cwde'
- 'daa'
- 'das'
- 'db'
- 'dd'
- 'dec'
- 'div'
- 'dl'
- 'dq'
- 'dt'
- 'dw'
- 'dword'
- 'end'
- 'endm'
- 'endp'
- 'ends'
- 'enter'
- 'eq'
- 'equ'
- 'exitm'
- 'extrn'
- 'f2xm1'
- 'fabs'
- 'fadd'
- 'faddp'
- 'far'
- 'fbld'
- 'fbstp'
- 'fchs'
- 'fclex'
- 'fcom'
- 'fcomp'
- 'fcompp'
- 'fcos'
- 'fdecstp'
- 'fdisi'
- 'fdiv'
- 'fdivp'
- 'fdivr'
- 'fdivrp'
- 'feni'
- 'ffree'
- 'fiadd'
- 'ficom'
- 'ficomp'
- 'fidiv'
- 'fidivr'
- 'fild'
- 'fimul'
- 'fincstp'
- 'finit'
- 'fist'
- 'fistp'
- 'fisub'
- 'fisubr'
- 'fld'
- 'fld1'
- 'fldcw'
- 'fldenv'
- 'fldl2e'
- 'fldl2t'
- 'fldlg2'
- 'fldln2'
- 'fldpi'
- 'fldz'
- 'fmul'
- 'fmulp'
- 'fnclex'
- 'fndisi'
- 'fneni'
- 'fninit'
- 'fnop'
- 'fnsave'
- 'fnstcw'
- 'fnstenv'
- 'fnstsw'
- 'fpatan'
- 'fprem'
- 'fprem1'
- 'fptan'
- 'frndint'
- 'frstor'
- 'fs'
- 'fsave'
- 'fscale'
- 'fsetpm'
- 'fsin'
- 'fsincos'
- 'fsqrt'
- 'fst'
- 'fstcw'
- 'fstenv'
- 'fstp'
- 'fstsw'
- 'fsub'
- 'fsubp'
- 'fsubr'
- 'fsubrp'
- 'ftst'
- 'fucom'
- 'fucomp'
- 'fucompp'
- 'fwait'
- 'fxam'
- 'fxch'
- 'fxtract'
- 'fyl2x'
- 'fyl2xp1'
- 'ge'
- 'group'
- 'gs'
- 'gt'
- 'high'
- 'hlt'
- 'idiv'
- 'imul'
- 'in'
- 'inc'
- 'include'
- 'insb'
- 'insd'
- 'insw'
- 'int'
- 'into'
- 'invd'
- 'invlpg'
- 'iret'
- 'iretd'
- 'ja'
- 'jae'
- 'jb'
- 'jbe'
- 'jc'
- 'jcxz'
- 'je'
- 'jecxz'
- 'jg'
- 'jge'
- 'jl'
- 'jle'
- 'jmp'
- 'jna'
- 'jnae'
- 'jnb'
- 'jnbe'
- 'jnc'
- 'jne'
- 'jng'
- 'jnge'
- 'jnl'
- 'jnle'
- 'jno'
- 'jnp'
- 'jns'
- 'jnz'
- 'jo'
- 'jp'
- 'jpe'
- 'jpo'
- 'js'
- 'jz'
- 'label'
- 'lahf'
- 'lar'
- 'large'
- 'lds'
- 'le'
- 'lea'
- 'leave'
- 'length'
- 'les'
- 'lfs'
- 'lgdt'
- 'lgs'
- 'lidt'
- 'lldt'
- 'lmsw'
- 'local'
- 'lock'
- 'lods'
- 'lodsb'
- 'lodsd'
- 'lodsw'
- 'loop'
- 'loopd'
- 'loopde'
- 'loopdne'
- 'loopdnz'
- 'loopdz'
- 'loope'
- 'loopne'
- 'loopnz'
- 'loopz'
- 'low'
- 'lsl'
- 'lss'
- 'lt'
- 'ltr'
- 'macro'
- 'mask'
- 'mod'
- 'mov'
- 'movs'
- 'movsb'
- 'movsd'
- 'movsw'
- 'movsx'
- 'movzx'
- 'mul'
- 'name'
- 'near'
- 'neg'
- 'nop'
- 'not'
- 'offset'
- 'or'
- 'org'
- 'out'
- 'outsb'
- 'outsd'
- 'outsw'
- 'page'
- 'pop'
- 'popa'
- 'popad'
- 'popf'
- 'popfd'
- 'proc'
- 'ptr'
- 'public'
- 'purge'
- 'push'
- 'pusha'
- 'pushad'
- 'pushf'
- 'pushfd'
- 'qword'
- 'rcl'
- 'rcr'
- 'record'
- 'rep'
- 'repe'
- 'repne'
- 'repnz'
- 'rept'
- 'repz'
- 'ret'
- 'retf'
- 'retn'
- 'rol'
- 'ror'
- 'sahf'
- 'sal'
- 'sar'
- 'sbb'
- 'scas'
- 'scasb'
- 'scasd'
- 'scasw'
- 'seg'
- 'segcs'
- 'segds'
- 'seges'
- 'segfs'
- 'seggs'
- 'segment'
- 'segss'
- 'seta'
- 'setae'
- 'setb'
- 'setbe'
- 'setc'
- 'sete'
- 'setg'
- 'setge'
- 'setl'
- 'setle'
- 'setna'
- 'setnae'
- 'setnb'
- 'setnbe'
- 'setnc'
- 'setne'
- 'setng'
- 'setnge'
- 'setnl'
- 'setnle'
- 'setno'
- 'setnp'
- 'setns'
- 'setnz'
- 'seto'
- 'setp'
- 'setpe'
- 'setpo'
- 'sets'
- 'setz'
- 'sgdt'
- 'shl'
- 'shld'
- 'short'
- 'shr'
- 'shrd'
- 'si'
- 'sidt'
- 'size'
- 'sldt'
- 'small'
- 'smsw'
- 'st'
- 'stc'
- 'std'
- 'sti'
- 'stos'
- 'stosb'
- 'stosd'
- 'stosw'
- 'str'
- 'struc'
- 'sub'
- 'subttl'
- 'symtype'
- 'tbyte'
- 'test'
- 'this'
- 'title'
- 'type'
- 'verr'
- 'verw'
- 'wait'
- 'wbinvd'
- 'width'
- 'word'
- 'xadd'
- 'xchg'
- 'xlat'
- 'xor')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- '; x86 assembly sample source'
- ' CODE'#9'SEGMENT'#9'BYTE PUBLIC '
- ' ASSUME'#9'CS:CODE'
- ' '
- ' PUSH SS'
- ' POP DS'
- ' MOV AX, AABBh'
- ' MOV'#9'BYTE PTR ES:[DI], 255'
- ' JMP SHORT @AsmEnd'
- ''
- ' welcomeMsg DB '#39#39'Hello World'#39#39', 0'
- ''
- ' @AsmEnd:'
- ' MOV AX, 0'
- ''
- ' CODE'#9'ENDS'
- 'END')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'asm'
- LexerName = 'Assembler'
- end
- object SyntAnalyzer12: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Key words'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Commands'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold, fsUnderline]
- end
- item
- DisplayName = 'Params'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Echo'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = clInfoBk
- end
- item
- DisplayName = 'Label'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold, fsItalic]
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end>
- TokenRules = <
- item
- DisplayName = 'Echo'
- StyleName = 'Key words'
- TokenType = 5
- Expression = '^@?echo'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'echo text'
- StyleName = 'Echo'
- BlockName = 'echo start'
- StrictParent = True
- TokenType = 4
- Expression = '.*'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '^rem .*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Label'
- StyleName = 'Label'
- TokenType = 3
- Expression = '^: .*'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Command'
- StyleName = 'Params'
- TokenType = 2
- Expression = '\S+'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Key words'
- StyleName = 'Key words'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'Arp'
- 'Assoc'
- 'At'
- 'Atmadm'
- 'Attrib'
- 'Bootcfg'
- 'Break'
- 'Cacls'
- 'call'
- 'cd'
- 'Change'
- 'Chcp'
- 'Chdir'
- 'Chkdsk'
- 'Chkntfs'
- 'choice'
- 'Cipher'
- 'cls'
- 'Cmd'
- 'Cmstp'
- 'Color'
- 'Comp'
- 'Compact'
- 'Convert'
- 'copy'
- 'Cprofile'
- 'CScript'
- 'Date'
- 'Defrag'
- 'del'
- 'Dir'
- 'Diskcomp'
- 'Diskcopy'
- 'DiskPart'
- 'do'
- 'Doskey'
- 'Driverquery'
- 'echo'
- 'echo.'
- 'Endlocal'
- 'errorlevel'
- 'Eventcreate'
- 'Eventquery'
- 'Eventtriggers'
- 'Evntcmd'
- 'exist'
- 'Exit'
- 'Expand'
- 'Fc'
- 'Find'
- 'Findstr'
- 'Finger'
- 'Flattemp'
- 'for'
- 'Format'
- 'Fsutil'
- 'Ftp'
- 'Ftype'
- 'Getmac'
- 'goto'
- 'Gpresult'
- 'Gpupdate'
- 'Graftabl'
- 'Help'
- 'Helpctr'
- 'Hostname'
- 'if'
- 'in'
- 'Ipconfig'
- 'Ipseccmd'
- 'Ipxroute'
- 'Irftp'
- 'Label'
- 'Lodctr'
- 'Logman'
- 'Lpq'
- 'Lpr'
- 'Macfile'
- 'md'
- 'Mkdir'
- 'Mmc'
- 'Mode'
- 'More'
- 'Mountvol'
- 'Move'
- 'MS-DOS'
- 'Msiexec'
- 'Msinfo32'
- 'Nbtstat'
- 'Net'
- 'Netsh'
- 'Netstat'
- 'not'
- 'Nslookup'
- 'Ntbackup'
- 'Ntcmdprompt'
- 'Ntsd'
- 'OOpenfiles'
- 'Pagefileconfig'
- 'Path'
- 'Pathping'
- 'pause'
- 'Pbadmin'
- 'Pentnt'
- 'Perfmon'
- 'Ping'
- 'Popd'
- 'Print'
- 'Prncnfg'
- 'Prndrvr'
- 'Prnjobs'
- 'Prnmngr'
- 'Prnport'
- 'Prnqctl'
- 'Prompt'
- 'Pushd'
- 'Query'
- 'Rcp'
- 'Recover'
- 'Reg'
- 'Regsvr32'
- 'Relog'
- 'Rem'
- 'Rename'
- 'Replace'
- 'Resetsession'
- 'Rexec'
- 'Rmdir'
- 'Route'
- 'RRasdial'
- 'Rsh'
- 'Rsm'
- 'Runas'
- 'SC'
- 'Schtasks'
- 'Secedit'
- 'set'
- 'Setlocal'
- 'Sfc'
- 'shift'
- 'Shutdown'
- 'Sort'
- 'Start'
- 'Subst'
- 'sys'
- 'Systeminfo'
- 'Taskkill'
- 'Tasklist'
- 'Tcmsetup'
- 'TCP/IP'
- 'Telnet'
- 'Tftp'
- 'Time'
- 'Title'
- 'Tracerpt'
- 'Tracert'
- 'Tree'
- 'Type'
- 'Typeperf'
- 'Unlodctr'
- 'Verify'
- 'Vol'
- 'Vssadmin'
- 'VVer'
- 'W32tm'
- 'Winnt'
- 'Winnt32'
- 'WMIC'
- 'Xcopy')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'std commands'
- Enabled = False
- StyleName = 'Commands'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'cd'
- 'copy'
- 'del'
- 'md'
- 'sys')
- TokenTypes = 4
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'echo start'
- StyleName = 'Echo'
- ConditionList = <
- item
- TagList.Strings = (
- 'echo')
- TokenTypes = 32
- IgnoreCase = True
- end>
- BlockEnd = 'echo end'
- Highlight = True
- DisplayInTree = False
- DynHighlight = dhRange
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'echo end'
- BlockName = 'echo start'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 16
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- 'rem MS-DOS batch file'
- 'rem'
- '@echo off'
- 'cls'
- 'echo The command line is: %1 %2 %3 %4 %5'
- 'rem'
- 'rem now wait for the user ...'
- 'pause'
- 'copy c:\*.pas d:\'
- 'if errorlevel 1 echo Error in copy action!')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Label'
- 'echo'
- 'echo cmd')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'bat'
- LexerName = 'Batch files'
- SkipSpaces = False
- LineComment = 'rem '
- end
- object SyntAnalyzer15: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Modifiers'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold, fsUnderline]
- end
- item
- DisplayName = 'Key chars'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'block {}'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'block []'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Chars'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clLime
- end
- item
- DisplayName = 'Repeaters'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end>
- TokenRules = <
- item
- DisplayName = 'Modifiers'
- StyleName = 'Modifiers'
- TokenType = 9
- Expression = '\(\?.+?\)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Block {}'
- StyleName = 'block {}'
- Expression = '\{.+?\}'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Repeaters'
- StyleName = 'Repeaters'
- TokenType = 3
- Expression = '[\+\*\?]\??'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = '[]'
- StyleName = 'block []'
- Expression = '[\[\]]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Key chars'
- StyleName = 'Key chars'
- TokenType = 2
- Expression = '[\.\|\$\^]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Key as char'
- StyleName = 'Chars'
- TokenType = 4
- Expression = '\\.'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '\#.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Text'
- StyleName = 'Chars'
- TokenType = 4
- Expression = '[^()\[\]{}+*?-|$^.]+'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- '# float definition example'
- ''
- '\d+\.?\d+e[\+\-]?\d+|\d+\.\d+')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- LexerName = 'Regular expressions'
- end
- object SyntAnal1: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Identifier'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Preprocessor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Current block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlight
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = clLime
- FormatType = ftColor
- BorderTypeLeft = blSolid
- BorderColorLeft = clSilver
- BorderTypeTop = blSolid
- BorderColorTop = clSilver
- BorderTypeRight = blSolid
- BorderColorRight = clSilver
- BorderTypeBottom = blSolid
- BorderColorBottom = clSilver
- end>
- TokenRules = <
- item
- DisplayName = 'Comment 1'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?s)/\*.*?(\*/|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 2'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '//.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Region Name'
- StyleName = 'Preprocessor'
- BlockName = 'Region header'
- TokenType = 10
- Expression = '.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'String'
- StyleName = 'String'
- TokenType = 4
- Expression = '".*?("|$)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Any name'
- StyleName = 'Identifier'
- TokenType = 2
- Expression = '[a-z_]\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'HEX'
- StyleName = 'Number'
- TokenType = 7
- Expression = '0x[\da-f]*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Float'
- StyleName = 'Number'
- TokenType = 6
- Expression = '\d+ \.? \d+ e [\+\-]? \d+ |'#13#10'\d+ \. \d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Region'
- StyleName = 'Preprocessor'
- TokenType = 9
- Expression = '\#region'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Preprocessor'
- StyleName = 'Preprocessor'
- TokenType = 9
- Expression = '\#\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Single symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[\{\}\(\)\[\],;\.]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[/\+\-\*:=<>&/\|\^!~]+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Char'
- StyleName = 'String'
- TokenType = 8
- Expression = #39'.*?('#39'|$)'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Key words'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'abstract'
- 'base'
- 'bool'
- 'break'
- 'byte'
- 'case'
- 'catch'
- 'char'
- 'checked'
- 'class'
- 'const'
- 'continue'
- 'decimal'
- 'default'
- 'delegate'
- 'do'
- 'double'
- 'else'
- 'enum'
- 'event'
- 'explicit'
- 'extern'
- 'false'
- 'finally'
- 'fixed'
- 'float'
- 'for'
- 'foreach'
- 'get'
- 'goto'
- 'if'
- 'implicit'
- 'in'
- 'int'
- 'interface'
- 'internal'
- 'is'
- 'lock'
- 'long'
- 'namespace'
- 'new'
- 'null'
- 'object'
- 'operator'
- 'out'
- 'override'
- 'params'
- 'private'
- 'protected'
- 'public'
- 'readonly'
- 'ref'
- 'return'
- 'sbyte'
- 'sealed'
- 'set'
- 'short'
- 'sizeof'
- 'static'
- 'string'
- 'struct'
- 'switch'
- 'this'
- 'throw'
- 'true'
- 'try'
- 'typeof'
- 'uint'
- 'ulong'
- 'unchecked'
- 'unsafe'
- 'ushort'
- 'using'
- 'virtual'
- 'void'
- 'while')
- TokenTypes = 4
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = '#if'
- ConditionList = <
- item
- TagList.Strings = (
- '#if*'
- '#ifdef*'
- '#ifndef*')
- CondType = tcMask
- TokenTypes = 1024
- end>
- BlockEnd = '#endif'
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = '#endif'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '#endif')
- TokenTypes = 1024
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function begin'
- BlockName = 'function begin'
- NotParent = True
- ConditionList = <
- item
- TagList.Strings = (
- '{')
- TokenTypes = 8
- end
- item
- TagList.Strings = (
- ')')
- TokenTypes = 8
- end
- item
- CondType = tcSkip
- TokenTypes = 12
- end
- item
- TagList.Strings = (
- '(')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- 'class')
- CondType = tcNotEqual
- TokenTypes = 4
- end>
- IdentIndex = -1
- BlockEnd = 'function end'
- RefToCondEnd = True
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Begin'
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- '{')
- TokenTypes = 8
- end>
- BlockEnd = 'End'
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpRange
- DynSelectMin = True
- CollapseFmt = '{ ... }'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'class'
- ConditionList = <
- item
- TagList.Strings = (
- 'class')
- TokenTypes = 4
- end>
- IdentIndex = -1
- BlockEnd = 'end of class'
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'namespace'
- ConditionList = <
- item
- TagList.Strings = (
- 'namespace')
- TokenTypes = 4
- end>
- IdentIndex = -1
- BlockEnd = 'end of namespace'
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End'
- BlockName = 'Begin'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function end'
- BlockName = 'function begin'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'end of class'
- BlockName = 'class'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'end of namespace'
- BlockName = 'namespace'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Block comment'
- BlockName = 'Block comment'
- NotParent = True
- ConditionList = <
- item
- TokenTypes = 2
- end>
- BlockEnd = 'Block comment end'
- DisplayInTree = False
- HighlightPos = cpAny
- CollapseFmt = '/* ... */'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Block comment end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- CondType = tcNotEqual
- TokenTypes = 2
- end
- item
- TokenTypes = 2
- end>
- BlockOffset = 1
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = '#Region begin'
- ConditionList = <
- item
- TagList.Strings = (
- '\#region')
- CondType = tcMask
- TokenTypes = 512
- IgnoreCase = True
- end>
- BlockEnd = '#End region'
- HighlightPos = cpAny
- CollapseFmt = '%s-1'
- IgnoreAsParent = False
- end
- item
- DisplayName = '#End region'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '#endregion')
- TokenTypes = 512
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = '('
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- '(')
- TokenTypes = 8
- end>
- BlockEnd = ')'
- NotCollapsed = True
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpBoundTagBegin
- DynSelectMin = True
- IgnoreAsParent = False
- end
- item
- DisplayName = ')'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ')')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = '['
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- '[')
- TokenTypes = 8
- end>
- BlockEnd = ']'
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpBoundTagBegin
- DynSelectMin = True
- CollapseFmt = '[ ... ]'
- IgnoreAsParent = False
- end
- item
- DisplayName = ']'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ']')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Region header'
- ConditionList = <
- item
- TagList.Strings = (
- '#region')
- TokenTypes = 512
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Region header end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 1024
- end>
- BlockEnd = 'Region header'
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <
- item
- DisplayName = 'XML doc'
- Enabled = False
- StartExpression = '///'
- EndExpression = '(?s)(\r\n | ///)'
- SyntAnalyzer = SyntAnal22
- end>
- SampleText.Strings = (
- '// C# syntax highlighting '
- 'public class Stack'
- '{'
- ' private Node first = null;'
- ' public bool Empty {'
- ' get {'
- ' return (first == null);'
- ' }'
- ' }'
- ' public object Pop() {'
- ' if (first == null)'
- ' throw new Exception("Can'#39't Pop from an empty Stack.");'
- ' else {'
- ' object temp = first.Value;'
- ' first = first.Next;'
- ' return temp;'
- ' }'
- ' }'
- '}')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor'
- 'Region name')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'c cpp h cs'
- LexerName = 'C#'
- LineComment = '//'
- end
- object SyntAnal4: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end>
- TokenRules = <>
- BlockRules = <>
- CodeTemplates = <>
- SubAnalyzers = <
- item
- DisplayName = 'XML'
- SyntAnalyzer = SyntAnal22
- FromTextBegin = True
- ToTextEnd = True
- end
- item
- DisplayName = 'Options'
- AlwaysEnabled = True
- StartExpression = '<IDEOPTIONS>'#13#10
- EndExpression = '</IDEOPTIONS>'#13#10
- SyntAnalyzer = SyntAnalyzer7
- end>
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'bpk bpr'
- LexerName = 'C++Builder project'
- end
- object SyntAnal5: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Identifier'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Preprocessor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Current block'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = 13369046
- FormatType = ftColor
- BorderTypeLeft = blSolid
- BorderColorLeft = clGray
- BorderTypeTop = blSolid
- BorderColorTop = clGray
- BorderTypeRight = blSolid
- BorderColorRight = clGray
- BorderTypeBottom = blSolid
- BorderColorBottom = clGray
- end
- item
- DisplayName = 'Current function'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = 16772332
- FormatType = ftBackGround
- MultiLineBorder = True
- end>
- TokenRules = <
- item
- DisplayName = 'Comment 1'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?s)/\*.*?(\*/|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 2'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '//.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'String'
- StyleName = 'String'
- TokenType = 4
- Expression = '".*?("|$)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Any name'
- StyleName = 'Identifier'
- TokenType = 2
- Expression = '[a-z_]\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'HEX'
- StyleName = 'Number'
- TokenType = 7
- Expression = '0x[\da-f]*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Float'
- StyleName = 'Number'
- TokenType = 6
- Expression = '\d+ \.? \d+ e [\+\-]? \d+ |'#13#10'\d+ \. \d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Single symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[\{\}\(\)\[\],;\.]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[/\+\-\*:=<>&/\|\^~!]+'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Key words'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'abstract'
- 'boolean'
- 'break'
- 'byte'
- 'case'
- 'catch'
- 'char'
- 'class'
- 'const'
- 'continue'
- 'default'
- 'do'
- 'double'
- 'else'
- 'extends'
- 'false'
- 'final'
- 'finally'
- 'float'
- 'for'
- 'goto'
- 'if'
- 'implements'
- 'import'
- 'instanceof'
- 'int'
- 'interface'
- 'long'
- 'native'
- 'new'
- 'null'
- 'package'
- 'private'
- 'protected'
- 'public'
- 'return'
- 'short'
- 'static'
- 'string'
- 'super'
- 'switch'
- 'synchronized'
- 'this'
- 'throw'
- 'throws'
- 'transient'
- 'true'
- 'try'
- 'void'
- 'volatile'
- 'while')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = ')'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ')')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function begin'
- StyleName = 'Current function'
- BlockName = 'class start'
- StrictParent = True
- ConditionList = <
- item
- TagList.Strings = (
- ')')
- TokenTypes = 8
- end
- item
- CondType = tcSkip
- end
- item
- TagList.Strings = (
- '(')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end
- item
- TokenTypes = 4
- end>
- IdentIndex = 1
- BlockEnd = 'function end'
- Highlight = True
- NameFmt = '%s-1'
- RefToCondEnd = True
- DynHighlight = dhRange
- HighlightPos = cpRange
- CollapseFmt = '%s0 %s-1() { ... }'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function end'
- BlockName = 'function begin'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'class start'
- ConditionList = <
- item
- TagList.Strings = (
- '{')
- TokenTypes = 8
- IgnoreCase = True
- end
- item
- CondType = tcSkip
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- 'class')
- TokenTypes = 4
- end>
- BlockEnd = 'End'
- NameFmt = '%s0 %s-1'
- RefToCondEnd = True
- HighlightPos = cpAny
- CancelNextRules = True
- CollapseFmt = '%s0 %s-1 { ... }'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Begin'
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- '{')
- TokenTypes = 8
- end>
- IdentIndex = 1
- BlockEnd = 'End'
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpRange
- DynSelectMin = True
- CollapseFmt = '{ ... }'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Block comment'
- BlockName = 'Block comment'
- NotParent = True
- ConditionList = <
- item
- TokenTypes = 2
- end>
- BlockEnd = 'Block comment end'
- DisplayInTree = False
- HighlightPos = cpAny
- CollapseFmt = '/* ... */'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Block comment end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- CondType = tcNotEqual
- TokenTypes = 2
- end
- item
- TokenTypes = 2
- end>
- BlockOffset = 1
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = '('
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- '(')
- TokenTypes = 8
- end>
- BlockEnd = ')'
- NotCollapsed = True
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpBoundTagBegin
- DynSelectMin = True
- IgnoreAsParent = False
- end
- item
- DisplayName = '['
- StyleName = 'Current block'
- ConditionList = <
- item
- TagList.Strings = (
- '[')
- TokenTypes = 8
- end>
- BlockEnd = ']'
- NotCollapsed = True
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpBoundTagBegin
- DynSelectMin = True
- IgnoreAsParent = False
- end
- item
- DisplayName = ']'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ']')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- '/* Java syntax highlighting */'
- 'import java.util.*;'
- ''
- '/** Example class */'
- 'public class Sample {'
- ' public static void main(String[] args) {'
- ' int i = 0;'
- ' for(i = 0; i < 10; i++)'
- ' System.out.println("Hello world");'
- ' }'
- '}')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor'
- 'keyword')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'java jav'
- LexerName = 'Java Builder'
- end
- object SyntAnal6: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Identifier'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Preprocessor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end>
- TokenRules = <
- item
- DisplayName = 'Comment 1'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?s)/\*.*?(\*/|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 2'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '//.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'String'
- StyleName = 'String'
- TokenType = 4
- Expression = '".*?("|$)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Any name'
- StyleName = 'Identifier'
- TokenType = 2
- Expression = '[a-z_]\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'HEX'
- StyleName = 'Number'
- TokenType = 7
- Expression = '0x[\da-f]*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Float'
- StyleName = 'Number'
- TokenType = 6
- Expression = '\d+ \.? \d+ e [\+\-]? \d+ |'#13#10'\d+ \. \d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Single symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[\{\}\(\)\[\],;\.]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[/\+\-\*:=<>&/\|\^~!]+'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Key words'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'break'
- 'case'
- 'catch'
- 'class'
- 'const'
- 'continue'
- 'debugger'
- 'default'
- 'delete'
- 'do'
- 'else'
- 'enum'
- 'export'
- 'extends'
- 'false'
- 'finally'
- 'for'
- 'function'
- 'if'
- 'import'
- 'in'
- 'new'
- 'null'
- 'return'
- 'super'
- 'switch'
- 'this'
- 'throw'
- 'true'
- 'try'
- 'typeof'
- 'var'
- 'void'
- 'while'
- 'with')
- TokenTypes = 4
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Begin'
- ConditionList = <
- item
- TagList.Strings = (
- '{')
- TokenTypes = 8
- end>
- IdentIndex = 1
- BlockEnd = 'End'
- DisplayInTree = False
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'class function'
- ConditionList = <
- item
- TagList.Strings = (
- 'function')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- '=')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- '.')
- TokenTypes = 8
- end
- item
- TagList.Strings = (
- 'prototype')
- TokenTypes = 4
- IgnoreCase = True
- end
- item
- TagList.Strings = (
- '.')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end>
- BlockEnd = 'function end'
- NameFmt = '%s-4%sz-7'
- GroupFmt = '%s0()'
- RefToCondEnd = True
- HighlightPos = cpAny
- CollapseFmt = '%s-6 %s0.%s-4%sz-7'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function start'
- ConditionList = <
- item
- TagList.Strings = (
- 'function')
- TokenTypes = 4
- end
- item
- TagList.Strings = (
- '=')
- CondType = tcNotEqual
- TokenTypes = 8
- end>
- BlockEnd = 'function end'
- NameFmt = '%sz-1'
- HighlightPos = cpAny
- CollapseFmt = '%s0 %sz-1'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'function end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- ''
- '// example function'
- 'function SetEnabled(A,count)'
- '{'
- ' for(i= 0; i< count;i++)'
- ' A(i).Enabled = !A(i).Enabled;'
- ''
- '}'
- '')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'js'
- LexerName = 'Java script'
- end
- object SyntAnal8: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Identifier'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Variable'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Something'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsUnderline]
- end>
- TokenRules = <
- item
- DisplayName = 'Comment 1'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '\#.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Variable'
- StyleName = 'Variable'
- TokenType = 8
- Expression = '\$.\w*'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Any name'
- StyleName = 'Identifier'
- TokenType = 2
- Expression = '[a-z_]\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'String'
- StyleName = 'String'
- TokenType = 4
- Expression = '".*?("|$)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Something'
- StyleName = 'Something'
- TokenType = 9
- Expression = #39'.*?('#39'|$)'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- TokenType = 3
- Expression = '[/\*,\.;:\(\)=<>\+\-\[\]\{\}\?]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Float'
- StyleName = 'Number'
- TokenType = 6
- Expression = '\d+ \.? \d+ e [\+\-]? \d+ |'#13#10'\d+ \. \d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Key words'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- '__DATA__'
- '__END__'
- '__FILE__'
- '__LINE__'
- '__PACKAGE__'
- 'abs'
- 'accept'
- 'alarm'
- 'and'
- 'atan2'
- 'AUTOLOAD'
- 'BEGIN'
- 'bind'
- 'binmode'
- 'bless'
- 'caller'
- 'chdir'
- 'CHECK'
- 'chmod'
- 'chomp'
- 'chop'
- 'chown'
- 'chr'
- 'chroot'
- 'close'
- 'closedir'
- 'cmp'
- 'connect'
- 'continue'
- 'CORE'
- 'cos'
- 'crypt'
- 'dbmclose'
- 'dbmopen'
- 'define'
- 'defined'
- 'delete'
- 'DESTROY'
- 'die'
- 'do'
- 'dump'
- 'each'
- 'else'
- 'elsif'
- 'END'
- 'endgrent'
- 'endhostent'
- 'endnetent'
- 'endprotoent'
- 'endpwent'
- 'endservent'
- 'eof'
- 'EQ'
- 'eval'
- 'exec'
- 'exists'
- 'exit'
- 'exp'
- 'fcntl'
- 'fileno'
- 'flock'
- 'for'
- 'foreach'
- 'fork'
- 'format'
- 'formline'
- 'GE'
- 'getc'
- 'getgrent'
- 'getgrgid'
- 'getgrnam'
- 'gethostbyaddr'
- 'gethostbyname'
- 'gethostent'
- 'getlogin'
- 'getnetbyaddr'
- 'getnetbyname'
- 'getnetent'
- 'getpeername'
- 'getpgrp'
- 'getppid'
- 'getpriority'
- 'getprotobyname'
- 'getprotobynumber'
- 'getprotoent'
- 'getpwent'
- 'getpwnam'
- 'getpwuid'
- 'getservbyname'
- 'getservbyport'
- 'getservent'
- 'getsockname'
- 'getsockopt'
- 'glob'
- 'gmtime'
- 'goto'
- 'grep'
- 'GT'
- 'hex'
- 'if'
- 'index'
- 'INIT'
- 'int'
- 'ioctl'
- 'join'
- 'keys'
- 'kill'
- 'last'
- 'lc'
- 'lcfirst'
- 'LE'
- 'length'
- 'link'
- 'listen'
- 'local'
- 'localtime'
- 'lock'
- 'log'
- 'lstat'
- 'LT'
- 'm'
- 'map'
- 'mkdir'
- 'msgctl'
- 'msgget'
- 'msgrcv'
- 'msgsnd'
- 'my'
- 'NE'
- 'next'
- 'no'
- 'not'
- 'NULL'
- 'oct'
- 'open'
- 'opendir'
- 'or'
- 'ord'
- 'our'
- 'pack'
- 'package'
- 'pipe'
- 'pop'
- 'pos'
- 'print'
- 'printf'
- 'prototype'
- 'push'
- 'q'
- 'qq'
- 'qr'
- 'qu'
- 'quotemeta'
- 'qw'
- 'qx'
- 'rand'
- 'read'
- 'readdir'
- 'readline'
- 'readlink'
- 'readpipe'
- 'recv'
- 'redo'
- 'ref'
- 'rename'
- 'require'
- 'reset'
- 'return'
- 'reverse'
- 'rewinddir'
- 'rindex'
- 'rmdir'
- 's'
- 'scalar'
- 'seek'
- 'seekdir'
- 'select'
- 'semctl'
- 'semget'
- 'semop'
- 'send'
- 'setgrent'
- 'sethostent'
- 'setnetent'
- 'setpgrp'
- 'setpriority'
- 'setprotoent'
- 'setpwent'
- 'setservent'
- 'setsockopt'
- 'shift'
- 'shmctl'
- 'shmget'
- 'shmread'
- 'shmwrite'
- 'shutdown'
- 'sin'
- 'sleep'
- 'socket'
- 'socketpair'
- 'sort'
- 'splice'
- 'split'
- 'sprintf'
- 'sqrt'
- 'srand'
- 'stat'
- 'study'
- 'sub'
- 'substr'
- 'symlink'
- 'syscall'
- 'sysopen'
- 'sysread'
- 'sysseek'
- 'system'
- 'syswrite'
- 'tell'
- 'telldir'
- 'tie'
- 'tied'
- 'time'
- 'times'
- 'tr'
- 'truncate'
- 'uc'
- 'ucfirst'
- 'umask'
- 'undef'
- 'unless'
- 'unlink'
- 'unpack'
- 'unshift'
- 'untie'
- 'until'
- 'use'
- 'utime'
- 'values'
- 'vec'
- 'wait'
- 'waitpid'
- 'wantarray'
- 'warn'
- 'while'
- 'write'
- 'x'
- 'xor'
- 'y')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- '#!/bin/perl'
- 'require "cgi-lib.pl"; '
- 'use sigtrap;'
- 'do '#39'envars.pl'#39';'
- '$_ = $password1;'
- 'sub WriteBack {'
- ' while ($_ ne "fred") {'
- ' sleep 5;'
- ' }'
- '}')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Something')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'pl pm cgi pod'
- LexerName = 'Perl'
- end
- object SyntAnal23: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Preprocessor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Control'#39's ID'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsUnderline]
- end
- item
- DisplayName = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end>
- TokenRules = <
- item
- DisplayName = 'String'
- StyleName = 'String'
- TokenType = 4
- Expression = '"(\\"|.)*?("|$)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Preprocessor'
- StyleName = 'Preprocessor'
- TokenType = 9
- Expression = '\#.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 1'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?s)/\*.*?(\*/|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 2'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '//.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'HEX'
- StyleName = 'Number'
- TokenType = 7
- Expression = '0x[\da-f]+L*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- BlockName = 'Resource'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Any name'
- TokenType = 2
- Expression = '\w+'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Key Words'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'ACCELERATORS'
- 'BEGIN'
- 'BITMAP'
- 'CURSOR'
- 'DESIGNINFO'
- 'DIALOG'
- 'DIALOGEX'
- 'END'
- 'ICON'
- 'LANGUAGE'
- 'MENU'
- 'REGISTRY'
- 'STRINGTABLE'
- 'TEXTINCLUDE'
- 'TOOLBAR'
- 'TYPELIB'
- 'VERSIONINFO')
- TokenTypes = 4
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Menu & Toolbar controls'
- StyleName = 'Control'#39's ID'
- BlockName = 'Resource'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'BUTTON'
- 'MENUITEM'
- 'POPUP'
- 'SEPARATOR')
- TokenTypes = 4
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Dialog controls'
- StyleName = 'Control'#39's ID'
- BlockName = 'Resource'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'CAPTION'
- 'COMBOBOX'
- 'CONTROL'
- 'CTEXT'
- 'DEFPUSHBUTTON'
- 'EDITTEXT'
- 'FONT'
- 'GROUPBOX'
- 'ICON'
- 'LISTBOX'
- 'LTEXT'
- 'PUSHBUTTON'
- 'STYLE')
- TokenTypes = 4
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'BEGIN'
- ConditionList = <
- item
- TagList.Strings = (
- 'BEGIN')
- TokenTypes = 4
- end>
- BlockEnd = 'END'
- DisplayInTree = False
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'END'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'END')
- TokenTypes = 4
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'String table'
- ConditionList = <
- item
- TagList.Strings = (
- 'STRINGTABLE')
- TokenTypes = 4
- end>
- BlockEnd = 'String table end'
- NameFmt = '%e2 ...'
- GroupFmt = '%s0'
- HighlightPos = cpAny
- CollapseFmt = '%s0'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'String table end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'END')
- TokenTypes = 4
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Resource'
- ConditionList = <
- item
- TagList.Strings = (
- 'ACCELERATORS'
- 'DESIGNINFO'
- 'DIALOG'
- 'DIALOGEX'
- 'MENU'
- 'TEXTINCLUDE'
- 'TOOLBAR'
- 'VERSIONINFO')
- TokenTypes = 4
- end
- item
- TokenTypes = 4
- end>
- IdentIndex = 1
- BlockOffset = 1
- BlockEnd = 'Resource end'
- NameFmt = '%s1'
- GroupFmt = '%s0'
- HighlightPos = cpAny
- CollapseFmt = '%s0 %s1'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Resource end'
- BlockName = 'Resource'
- StrictParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'END')
- TokenTypes = 4
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = '#if'
- ConditionList = <
- item
- TagList.Strings = (
- '\#if')
- CondType = tcMask
- TokenTypes = 512
- end>
- BlockEnd = '#endif'
- DisplayInTree = False
- HighlightPos = cpAny
- CollapseFmt = '%s0'
- IgnoreAsParent = False
- end
- item
- DisplayName = '#endif'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- '\#endif')
- CondType = tcMask
- TokenTypes = 512
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'BITMAP begin'
- BlockName = 'Resource'
- NotParent = True
- ConditionList = <
- item
- TagList.Strings = (
- 'BITMAP'
- 'CURSOR'
- 'ICON'
- 'REGISTRY'
- 'TYPELIB')
- TokenTypes = 4
- end
- item
- TokenTypes = 4
- end>
- BlockOffset = 1
- BlockEnd = 'BITMAP end'
- NameFmt = '%s1 :: %s-1'
- GroupFmt = '%s0'
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'BITMAP end'
- BlockName = 'Resource'
- NotParent = True
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- 'BITMAP'
- 'CURSOR'
- 'ICON'
- 'REGISTRY'
- 'TYPELIB')
- TokenTypes = 4
- end
- item
- TokenTypes = 4
- end>
- BlockOffset = -1
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'Rc'
- LexerName = 'Resource files'
- end
- object SyntAnal42: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Style 1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clScrollBar
- end>
- TokenRules = <
- item
- DisplayName = 'Token rule 5'
- StyleName = 'Style 1'
- Expression = '((\w+)\.)*(\w+)\s=\s((\w+)\.)*(\w+)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Token rule 4'
- StyleName = 'Style 1'
- Expression = '(\w+)\s:=\s(\w+)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Token rule 1'
- StyleName = 'Style 1'
- Expression =
- '(http|ftp)://'#13#10'[\w\d\-]+'#13#10'(\.[\w\d\-]+)+'#13#10'(:\d\d?\d?\d?\d?)?'#13#10'((' +
- '(/[%+\w\d\-\\\.]*)+)*)'#13#10' (\?[^\s=&"]+=[^\s=&"]+(&[^\s=&"]+=[^\' +
- 's=&"]+)*)?'#13#10' (\#[\w\d\-%+]+)?'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Token rule 2'
- StyleName = 'Style 1'
- Expression =
- 'www(\.[\w\d\-]+)+(:\d\d?\d?\d?\d?)?(((/[%+\w\d\-\\\.]*)+)*)(\?[^' +
- '\s=&"]+=[^\s=&"]+(&[^\s=&"]+=[^\s=&"]+)*)?(\#[\w\d\-%+]+)?'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Token rule 3'
- StyleName = 'Style 1'
- Expression = '[_a-z\d\-\.]+@[_a-z\d\-]+(\.[_a-z\d\-]+)+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Lexem'
- Expression = '.*\b'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <>
- CodeTemplates = <>
- SubAnalyzers = <>
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Preprocessor')
- MarkedBlockStyle = 'Marked block'
- Extentions = 'txt'
- LexerName = 'Def text'
- end
- object SyntAnal46: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end>
- TokenRules = <
- item
- DisplayName = 'Empty line'
- Expression = '^\s*[\n\r]{1,2}'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'not empty line'
- TokenType = 1
- Expression = '^.*$'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Paragraph'
- BlockName = 'Paragraph'
- NotParent = True
- ConditionList = <
- item
- TokenTypes = 2
- end>
- BlockEnd = 'Paragraph end'
- DisplayInTree = False
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Paragraph end'
- BlockName = 'Paragraph'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 1
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- TokenTypeNames.Strings = (
- 'Empty'
- 'Line')
- Extentions = 'txt'
- LexerName = 'Text files'
- SkipSpaces = False
- end
- object SyntAnal51: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- FormatFlags = [ffBold, ffItalic, ffUnderline, ffStrikeOut, ffReadOnly]
- end
- item
- DisplayName = 'Date'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clTeal
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatFlags = [ffBold, ffItalic, ffUnderline, ffStrikeOut, ffReadOnly]
- end
- item
- DisplayName = 'Time'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BorderColorLeft = clGray
- BorderTypeRight = blDouble
- BorderColorRight = clGray
- FormatFlags = [ffBold, ffItalic, ffUnderline, ffStrikeOut, ffReadOnly]
- end
- item
- DisplayName = 'Separator'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clActiveBorder
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- Hidden = True
- end
- item
- DisplayName = 'Info'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = 15658734
- BorderTypeRight = blDot
- BorderColorRight = clGray
- FormatFlags = [ffBold, ffItalic, ffUnderline, ffStrikeOut, ffReadOnly]
- end
- item
- DisplayName = 'Error'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = clRed
- BorderTypeRight = blDot
- BorderColorRight = clGray
- FormatFlags = [ffBold, ffItalic, ffUnderline, ffStrikeOut, ffReadOnly]
- end
- item
- DisplayName = 'Warning'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = 16777164
- BorderTypeRight = blDot
- BorderColorRight = clGray
- FormatFlags = [ffBold, ffItalic, ffUnderline, ffStrikeOut, ffReadOnly]
- end
- item
- DisplayName = 'Level'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- BgColor = 16771818
- BorderTypeRight = blDouble
- BorderColorRight = clGray
- FormatFlags = [ffBold, ffItalic, ffUnderline, ffStrikeOut, ffReadOnly]
- end
- item
- DisplayName = 'Message'
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Times New Roman'
- Font.Style = []
- BgColor = 14155775
- FormatType = ftCustomFont
- FormatFlags = [ffBold, ffItalic, ffUnderline, ffStrikeOut, ffReadOnly]
- end>
- TokenRules = <
- item
- DisplayName = 'Message line'
- StyleName = 'Message'
- Expression = '^\t.*\r\n'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Separator'
- StyleName = 'Separator'
- TokenType = 1
- Expression = '\|'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Date'
- StyleName = 'Date'
- TokenType = 2
- Expression = '^.{11,11}'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Time'
- StyleName = 'Time'
- TokenType = 3
- Expression = '.{13,13}'
- ColumnFrom = 12
- ColumnTo = 12
- end
- item
- DisplayName = 'Info'
- StyleName = 'Info'
- TokenType = 5
- Expression = '(?-x) Info '
- ColumnFrom = 26
- ColumnTo = 26
- end
- item
- DisplayName = 'Error'
- StyleName = 'Error'
- TokenType = 7
- Expression = '(?-x) Error '
- ColumnFrom = 26
- ColumnTo = 26
- end
- item
- DisplayName = 'Warning'
- StyleName = 'Warning'
- TokenType = 6
- Expression = '(?-x) Warning '
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Level'
- StyleName = 'Level'
- TokenType = 4
- Expression = '[^\|]{4,5}'
- ColumnFrom = 35
- ColumnTo = 37
- end
- item
- DisplayName = 'Message'
- StyleName = 'Message'
- Expression = '.*\r\n'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'ML Message'
- BlockName = 'ML Message'
- NotParent = True
- ConditionList = <
- item
- TokenTypes = 1
- end
- item
- TokenTypes = 1
- end>
- BlockOffset = 1
- BlockEnd = 'ML Message End'
- EndOfTextClose = True
- HighlightPos = cpAny
- CollapseFmt = '%s1 ...'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'ML Message End'
- BlockType = btRangeEnd
- ConditionList = <
- item
- CondType = tcNotEqual
- TokenTypes = 1
- end
- item
- TokenTypes = 1
- end>
- BlockOffset = 1
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- TokenTypeNames.Strings = (
- 'Message'
- 'Separator'
- 'Date'
- 'Time'
- 'Level'
- 'Info'
- 'Warning'
- 'Error')
- MarkedBlockStyle = 'Marked block'
- Extentions = 'log'
- LexerName = 'TrVLog'
- SkipSpaces = False
- Left = 144
- Top = 184
- end
- object SyntAnal48: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Identifier'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Function'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Table'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Alias'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Operators'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Tree (Bold)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Tree (Section)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Tree (item)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end>
- TokenRules = <
- item
- DisplayName = 'String'
- StyleName = 'String'
- TokenType = 4
- Expression = '".*?("|$)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'String 2'
- StyleName = 'String'
- TokenType = 4
- Expression = #39'.*?('#39'|$)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Any name'
- StyleName = 'Identifier'
- TokenType = 2
- Expression = '[a-z_]\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Float'
- StyleName = 'Number'
- TokenType = 6
- Expression = '\d+\.?\d+e[\+\-]?\d+|\d+\.\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?s)/\*.*?(\*/|\Z)'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[/,\.;:\(\)=<>\+\-]+'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Key words'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'create'
- 'delete'
- 'from'
- 'group'
- 'having'
- 'insert'
- 'order'
- 'select'
- 'union'
- 'update'
- 'where')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- TokenType = 10
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Operations'
- StyleName = 'Operators'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'all'
- 'and'
- 'any'
- 'as'
- 'avg'
- 'between'
- 'by'
- 'count'
- 'distinct'
- 'exists'
- 'grant'
- 'in'
- 'index'
- 'inner'
- 'is'
- 'join'
- 'left'
- 'like'
- 'max'
- 'min'
- 'not'
- 'null'
- 'on'
- 'option'
- 'or'
- 'outer'
- 'some'
- 'table'
- 'view')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Functions'
- StyleName = 'Function'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'CONCAT'
- 'DATE_FORMAT'
- 'TIMEDIFF')
- TokenTypes = 4
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Table or Alias'
- StyleName = 'Table'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- '.')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end>
- IdentIndex = 1
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Table'
- StyleName = 'Table'
- BlockName = 'From'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- '.')
- CondType = tcNotEqual
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end
- item
- TokenTypes = 1032
- end>
- IdentIndex = 1
- HighlightPos = cpAny
- TokenType = 7
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Section End'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 1024
- end>
- BlockOffset = 1
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Alias'
- StyleName = 'Alias'
- BlockName = 'From'
- BlockType = btTagDetect
- ConditionList = <
- item
- TokenTypes = 4
- end
- item
- TokenTypes = 128
- end>
- HighlightPos = cpAny
- TokenType = 8
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Database.Table to Tree'
- BlockName = 'From'
- ConditionList = <
- item
- TokenTypes = 132
- end
- item
- TagList.Strings = (
- '.')
- TokenTypes = 8
- end
- item
- TokenTypes = 4
- end>
- NotCollapsed = True
- NameFmt = '%s0.%s-2'
- GroupFmt = 'Used Tables'
- HighlightPos = cpAny
- CancelNextRules = True
- NoEndRule = True
- TreeItemStyle = 'Tree (item)'
- TreeGroupStyle = 'Tree (Bold)'
- TreeItemImage = 4
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Table to Tree'
- BlockName = 'From'
- ConditionList = <
- item
- TokenTypes = 128
- end
- item
- TagList.Strings = (
- '.')
- CondType = tcNotEqual
- TokenTypes = 8
- end>
- BlockOffset = -1
- NotCollapsed = True
- GroupFmt = 'Used Tables'
- HighlightPos = cpAny
- NoEndRule = True
- TreeItemStyle = 'Tree (item)'
- TreeGroupStyle = 'Tree (Bold)'
- TreeItemImage = 4
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Alias to tree'
- BlockName = 'From'
- StrictParent = True
- ConditionList = <
- item
- TokenTypes = 256
- end>
- BlockOffset = 1
- NotCollapsed = True
- NameFmt = '%s0 = %s1'
- GroupFmt = 'Aliases'
- HighlightPos = cpAny
- NoEndRule = True
- TreeItemStyle = 'Tree (item)'
- TreeGroupStyle = 'Tree (Bold)'
- TreeItemImage = 1
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Statement start'
- ConditionList = <
- item
- TagList.Strings = (
- 'delete'
- 'insert'
- 'select'
- 'update')
- TokenTypes = 1024
- IgnoreCase = True
- end>
- EndOfTextClose = True
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = '%s0 ...'
- SelfClose = True
- TreeItemStyle = 'Tree (Bold)'
- TreeItemImage = 0
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Select'
- ConditionList = <
- item
- TagList.Strings = (
- 'select')
- TokenTypes = 1024
- IgnoreCase = True
- end>
- BlockEnd = 'Section End'
- DisplayInTree = False
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = '%s0 ...'
- IgnoreAsParent = False
- end
- item
- DisplayName = 'From'
- ConditionList = <
- item
- TagList.Strings = (
- 'from')
- TokenTypes = 1024
- IgnoreCase = True
- end>
- BlockEnd = 'Section End'
- EndOfTextClose = True
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = '%s0 ...'
- TreeItemStyle = 'Tree (Section)'
- TreeItemImage = 2
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Where'
- ConditionList = <
- item
- TagList.Strings = (
- 'where')
- TokenTypes = 1024
- IgnoreCase = True
- end>
- BlockEnd = 'Section End'
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = '%s0 ...'
- TreeItemStyle = 'Tree (Section)'
- TreeItemImage = 2
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Group'
- ConditionList = <
- item
- TagList.Strings = (
- 'group')
- TokenTypes = 1024
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = '%s0 ...'
- TreeItemStyle = 'Tree (Section)'
- TreeItemImage = 2
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Order'
- ConditionList = <
- item
- TagList.Strings = (
- 'order')
- TokenTypes = 1024
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = '%s0 ...'
- TreeItemStyle = 'Tree (Section)'
- TreeItemImage = 2
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Having'
- ConditionList = <
- item
- TagList.Strings = (
- 'having')
- TokenTypes = 1024
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- DrawStaple = True
- CollapseFmt = '%s0 ...'
- TreeItemStyle = 'Tree (Section)'
- TreeItemImage = 2
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- SampleText.Strings = (
- '/*Syntax highlighting*/'
-
- 'SELECT c.session , c.username ,TIMEDIFF(max(c.datetime) , min(c.' +
- 'datetime))'
-
- 'FROM livehelp_domain_user a , livehelp_users b, livehelp_messag' +
- 'es c'
- 'WHERE a.id_domain = 29 AND'
- ' a.id_user = b.id AND'
- ' CONCAT( b.firstname, '#39' '#39',b.lastname) = c.username AND'
- ' DATE_FORMAT(c.datetime,'#39'%m/%d/%Y'#39') ='#39'09/21/2006'#39
- 'GROUP BY c.session'
- 'ORDER BY c.session,c.username'
- '')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Table name'
- 'Alias'
- 'Function'
- 'Main KeyWords')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'sql'
- LexerName = 'SQL'
- Left = 144
- Top = 184
- end
- object SyntAnal2: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end
- item
- DisplayName = 'Symbol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 21156
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftColor
- end
- item
- DisplayName = 'Identifier'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'Reserved word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Variable'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 3302400
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Code block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNone
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = 15461355
- FormatType = ftBackGround
- end
- item
- DisplayName = 'Code border'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clFuchsia
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- DisplayName = 'HTML'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNone
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftColor
- end
- item
- DisplayName = 'Functions'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Current Block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clCaptionText
- FormatType = ftColor
- end>
- TokenRules = <
- item
- DisplayName = 'Code block start'
- StyleName = 'Code border'
- TokenType = 9
- Expression = '<\?(php)?'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Code block end'
- StyleName = 'Code border'
- TokenType = 10
- Expression = '\?>'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 1'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '(?s)/\*.*?(\*/|\Z)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 2'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '\#.*'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Comment 3'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '//.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'String'
- StyleName = 'String'
- TokenType = 4
- Expression = '(?s)(["'#39'])(\1|.*?[^\\]\1|.*?(\\\\)+\1)'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'String3'
- StyleName = 'String'
- TokenType = 4
- Expression = '(?s)<<<\s*(\w+$).*?^(\1);'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Variable'
- StyleName = 'Variable'
- TokenType = 2
- Expression = '\$\w*(->?\w*)*'#13#10
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Any name'
- StyleName = 'Identifier'
- TokenType = 2
- Expression = '[a-z_]\w*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Float'
- StyleName = 'Number'
- TokenType = 6
- Expression = '\d+ \.? \d+ e [\+\-]? \d+ |'#13#10'\d+ \. \d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Integer'
- StyleName = 'Number'
- TokenType = 5
- Expression = '\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Single symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[\{\}\(\)\[\],;\.]'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Symbol'
- StyleName = 'Symbol'
- TokenType = 3
- Expression = '[!/\+\-\*:=<>&/\|\^~]'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'Key words'
- StyleName = 'Reserved word'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- '__CLASS__'
- '__FILE__'
- '__FUNCTION__'
- '__LINE__'
- '__METHOD__'
- 'abstract'
- 'and'
- 'array()'
- 'as'
- 'break'
- 'case'
- 'catch'
- 'cfunction'
- 'class'
- 'clone'
- 'const'
- 'continue'
- 'declare'
- 'default'
- 'die'
- 'do'
- 'echo'
- 'else'
- 'elseif'
- 'empty'
- 'enddeclare'
- 'endfor'
- 'endforeach'
- 'endif'
- 'endswitch'
- 'endwhile'
- 'eval'
- 'exception'
- 'exit'
- 'extends'
- 'false'
- 'final'
- 'for'
- 'foreach'
- 'function'
- 'global'
- 'if'
- 'implements'
- 'include'
- 'include_once'
- 'instanceof'
- 'interface'
- 'isset'
- 'list'
- 'new'
- 'old_function'
- 'or'
- 'php_user_filter'
- 'print'
- 'private'
- 'protected'
- 'public'
- 'require'
- 'require_once'
- 'return'
- 'static'
- 'switch'
- 'throw'
- 'true'
- 'try'
- 'unset'
- 'use'
- 'var'
- 'while'
- 'xor')
- TokenTypes = 4
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Begin'
- StyleName = 'Current Block'
- ConditionList = <
- item
- TagList.Strings = (
- '('
- '['
- '{')
- TokenTypes = 8
- end>
- BlockEnd = 'End'
- DisplayInTree = False
- DynHighlight = dhBound
- HighlightPos = cpRange
- DynSelectMin = True
- DrawStaple = True
- IgnoreAsParent = False
- end
- item
- DisplayName = 'End'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TagList.Strings = (
- ')'
- ']'
- '}')
- TokenTypes = 8
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Code block start'
- StyleName = 'Code block'
- ConditionList = <
- item
- TokenTypes = 512
- end>
- BlockEnd = 'Code block end'
- DisplayInTree = False
- DynHighlight = dhRange
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Code block end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 1024
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Functions'
- StyleName = 'Functions'
- BlockType = btTagDetect
- ConditionList = <
- item
- TagList.Strings = (
- 'abs'
- 'acos'
- 'acosh'
- 'addcslashes'
- 'addslashes'
- 'aggregate'
- 'aggregate_info'
- 'aggregate_methods'
- 'aggregate_methods_by_list'
- 'aggregate_methods_by_regexp'
- 'aggregate_properties'
- 'aggregate_properties_by_list'
- 'aggregate_properties_by_regexp'
- 'aggregation_info'
- 'apache_child_terminate'
- 'apache_lookup_uri'
- 'apache_note'
- 'apache_request_headers'
- 'apache_response_headers'
- 'apache_setenv'
- 'array'
- 'array_change_key_case'
- 'array_chunk'
- 'array_combine'
- 'array_count_values'
- 'array_diff'
- 'array_diff_assoc'
- 'array_fill'
- 'array_filter'
- 'array_flip'
- 'array_intersect'
- 'array_intersect_assoc'
- 'array_key_exists'
- 'array_keys'
- 'array_map'
- 'array_merge'
- 'array_merge_recursive'
- 'array_multisort'
- 'array_pad'
- 'array_pop'
- 'array_push'
- 'array_rand'
- 'array_reduce'
- 'array_reverse'
- 'array_search'
- 'array_shift'
- 'array_slice'
- 'array_splice'
- 'array_sum'
- 'array_unique'
- 'array_unshift'
- 'array_values'
- 'array_walk'
- 'arsort'
- 'ascii2ebcdic'
- 'asin'
- 'asinh'
- 'asort'
- 'aspell_check'
- 'aspell_check_raw'
- 'aspell_new'
- 'aspell_suggest'
- 'assert'
- 'assert_options'
- 'atan'
- 'atan2'
- 'atanh'
- 'base_convert'
- 'base64_decode'
- 'base64_encode'
- 'basename'
- 'bcadd'
- 'bccomp'
- 'bcdiv'
- 'bcmod'
- 'bcmul'
- 'bcpow'
- 'bcpowmod'
- 'bcscale'
- 'bcsqrt'
- 'bcsub'
- 'bin2hex'
- 'bind_textdomain_codeset'
- 'bindec'
- 'bindtextdomain'
- 'bzclose'
- 'bzcompress'
- 'bzdecompress'
- 'bzerrno'
- 'bzerror'
- 'bzerrstr'
- 'bzflush'
- 'bzopen'
- 'bzread'
- 'bzwrite'
- 'cal_days_in_month'
- 'cal_from_jd'
- 'cal_info'
- 'cal_to_jd'
- 'call_user_func'
- 'call_user_func_array'
- 'call_user_method'
- 'call_user_method_array'
- 'ccvs_add'
- 'ccvs_auth'
- 'ccvs_command'
- 'ccvs_count'
- 'ccvs_delete'
- 'ccvs_done'
- 'ccvs_init'
- 'ccvs_lookup'
- 'ccvs_new'
- 'ccvs_report'
- 'ccvs_return'
- 'ccvs_reverse'
- 'ccvs_sale'
- 'ccvs_status'
- 'ccvs_textvalue'
- 'ccvs_void'
- 'ceil'
- 'chdir'
- 'checkdate'
- 'checkdnsrr'
- 'chgrp'
- 'chmod'
- 'chop'
- 'chown'
- 'chr'
- 'chroot'
- 'chunk_split'
- 'class_exists'
- 'clearstatcache'
- 'closedir'
- 'closelog'
- 'com_addref'
- 'com_get'
- 'com_invoke'
- 'com_isenum'
- 'com_load'
- 'com_load_typelib'
- 'com_propget'
- 'com_propput'
- 'com_propset'
- 'com_release'
- 'com_set'
- 'compact'
- 'connection_aborted'
- 'connection_status'
- 'connection_timeout'
- 'constant'
- 'convert_cyr_string'
- 'copy'
- 'cos'
- 'cosh'
- 'count'
- 'count_chars'
- 'cpdf_add_annotation'
- 'cpdf_add_outline'
- 'cpdf_arc'
- 'cpdf_begin_text'
- 'cpdf_circle'
- 'cpdf_clip'
- 'cpdf_close'
- 'cpdf_closepath'
- 'cpdf_closepath_fill_stroke'
- 'cpdf_closepath_stroke'
- 'cpdf_continue_text'
- 'cpdf_curveto'
- 'cpdf_end_text'
- 'cpdf_fill'
- 'cpdf_fill_stroke'
- 'cpdf_finalize'
- 'cpdf_finalize_page'
- 'cpdf_global_set_document_limits'
- 'cpdf_import_jpeg'
- 'cpdf_lineto'
- 'cpdf_moveto'
- 'cpdf_newpath'
- 'cpdf_open'
- 'cpdf_output_buffer'
- 'cpdf_page_init'
- 'cpdf_place_inline_image'
- 'cpdf_rect'
- 'cpdf_restore'
- 'cpdf_rlineto'
- 'cpdf_rmoveto'
- 'cpdf_rotate'
- 'cpdf_rotate_text'
- 'cpdf_save'
- 'cpdf_save_to_file'
- 'cpdf_scale'
- 'cpdf_set_action_url'
- 'cpdf_set_char_spacing'
- 'cpdf_set_creator'
- 'cpdf_set_current_page'
- 'cpdf_set_font'
- 'cpdf_set_font_directories'
- 'cpdf_set_font_map_file'
- 'cpdf_set_horiz_scaling'
- 'cpdf_set_keywords'
- 'cpdf_set_leading'
- 'cpdf_set_page_animation'
- 'cpdf_set_subject'
- 'cpdf_set_text_matrix'
- 'cpdf_set_text_pos'
- 'cpdf_set_text_rendering'
- 'cpdf_set_text_rise'
- 'cpdf_set_title'
- 'cpdf_set_viewer_preferences'
- 'cpdf_set_word_spacing'
- 'cpdf_setdash'
- 'cpdf_setflat'
- 'cpdf_setgray'
- 'cpdf_setgray_fill'
- 'cpdf_setgray_stroke'
- 'cpdf_setlinecap'
- 'cpdf_setlinejoin'
- 'cpdf_setlinewidth'
- 'cpdf_setmiterlimit'
- 'cpdf_setrgbcolor'
- 'cpdf_setrgbcolor_fill'
- 'cpdf_setrgbcolor_stroke'
- 'cpdf_show'
- 'cpdf_show_xy'
- 'cpdf_stringwidth'
- 'cpdf_stroke'
- 'cpdf_text'
- 'cpdf_translate'
- 'crack_check'
- 'crack_closedict'
- 'crack_getlastmessage'
- 'crack_opendict'
- 'crc32'
- 'create_function'
- 'crypt'
- 'ctype_alnum'
- 'ctype_alpha'
- 'ctype_cntrl'
- 'ctype_digit'
- 'ctype_graph'
- 'ctype_lower'
- 'ctype_print'
- 'ctype_punct'
- 'ctype_space'
- 'ctype_upper'
- 'ctype_xdigit'
- 'curl_close'
- 'curl_errno'
- 'curl_error'
- 'curl_exec'
- 'curl_getinfo'
- 'curl_init'
- 'curl_multi_add_handle'
- 'curl_multi_close'
- 'curl_multi_exec'
- 'curl_multi_getcontent'
- 'curl_multi_info_read'
- 'curl_multi_init'
- 'curl_multi_remove_handle'
- 'curl_multi_select'
- 'curl_setopt'
- 'curl_version'
- 'current'
- 'cybercash_base64_decode'
- 'cybercash_base64_encode'
- 'cybercash_decr'
- 'cybercash_encr'
- 'cyrus_authenticate'
- 'cyrus_bind'
- 'cyrus_close'
- 'cyrus_connect'
- 'cyrus_query'
- 'cyrus_unbind'
- 'date'
- 'dba_close'
- 'dba_delete'
- 'dba_exists'
- 'dba_fetch'
- 'dba_firstkey'
- 'dba_handlers'
- 'dba_insert'
- 'dba_list'
- 'dba_nextkey'
- 'dba_open'
- 'dba_optimize'
- 'dba_popen'
- 'dba_replace'
- 'dba_sync'
- 'dbase_add_record'
- 'dbase_close'
- 'dbase_create'
- 'dbase_delete_record'
- 'dbase_get_record'
- 'dbase_get_record_with_names'
- 'dbase_numfields'
- 'dbase_numrecords'
- 'dbase_open'
- 'dbase_pack'
- 'dbase_replace_record'
- 'dblist'
- 'dbmclose'
- 'dbmdelete'
- 'dbmexists'
- 'dbmfetch'
- 'dbmfirstkey'
- 'dbminsert'
- 'dbmnextkey'
- 'dbmopen'
- 'dbmreplace'
- 'dbplus_add'
- 'dbplus_aql'
- 'dbplus_chdir'
- 'dbplus_close'
- 'dbplus_curr'
- 'dbplus_errcode'
- 'dbplus_errno'
- 'dbplus_find'
- 'dbplus_first'
- 'dbplus_flush'
- 'dbplus_freealllocks'
- 'dbplus_freelock'
- 'dbplus_freerlocks'
- 'dbplus_getlock'
- 'dbplus_getunique'
- 'dbplus_info'
- 'dbplus_last'
- 'dbplus_lockrel'
- 'dbplus_next'
- 'dbplus_open'
- 'dbplus_prev'
- 'dbplus_rchperm'
- 'dbplus_rcreate'
- 'dbplus_rcrtexact'
- 'dbplus_rcrtlike'
- 'dbplus_resolve'
- 'dbplus_restorepos'
- 'dbplus_rkeys'
- 'dbplus_ropen'
- 'dbplus_rquery'
- 'dbplus_rrename'
- 'dbplus_rsecindex'
- 'dbplus_runlink'
- 'dbplus_rzap'
- 'dbplus_savepos'
- 'dbplus_setindex'
- 'dbplus_setindexbynumber'
- 'dbplus_sql'
- 'dbplus_tcl'
- 'dbplus_tremove'
- 'dbplus_undo'
- 'dbplus_undoprepare'
- 'dbplus_unlockrel'
- 'dbplus_unselect'
- 'dbplus_update'
- 'dbplus_xlockrel'
- 'dbplus_xunlockrel'
- 'dbx_close'
- 'dbx_compare'
- 'dbx_connect'
- 'dbx_error'
- 'dbx_escape_string'
- 'dbx_query'
- 'dbx_sort'
- 'dcgettext'
- 'dcngettext'
- 'deaggregate'
- 'debug_backtrace'
- 'debug_print_backtrace'
- 'debugger_off'
- 'debugger_on'
- 'decbin'
- 'dechex'
- 'decoct'
- 'define'
- 'define_syslog_variables'
- 'defined'
- 'deg2rad'
- 'delete'
- 'dgettext'
- 'die'
- 'dio_close'
- 'dio_fcntl'
- 'dio_open'
- 'dio_read'
- 'dio_seek'
- 'dio_stat'
- 'dio_tcsetattr'
- 'dio_truncate'
- 'dio_write'
- 'dir'
- 'dirname'
- 'disk_free_space'
- 'disk_total_space'
- 'diskfreespace'
- 'dl'
- 'dngettext'
- 'dns_check_record'
- 'dns_get_mx'
- 'dns_get_record'
- 'domxml_new_doc'
- 'domxml_open_file'
- 'domxml_open_mem'
- 'domxml_version'
- 'domxml_xmltree'
- 'domxml_xslt_stylesheet'
- 'domxml_xslt_stylesheet_doc'
- 'domxml_xslt_stylesheet_file'
- 'dotnet_load'
- 'doubleval'
- 'each'
- 'easter_date'
- 'easter_days'
- 'ebcdic2ascii'
- 'echo'
- 'empty'
- 'end'
- 'ereg'
- 'ereg_replace'
- 'eregi'
- 'eregi_replace'
- 'error_log'
- 'error_reporting'
- 'escapeshellarg'
- 'escapeshellcmd'
- 'eval'
- 'exec'
- 'exif_imagetype'
- 'exif_read_data'
- 'exif_thumbnail'
- 'exit'
- 'exp'
- 'explode'
- 'expm1'
- 'extension_loaded'
- 'extract'
- 'ezmlm_hash'
- 'fbsql_affected_rows'
- 'fbsql_autocommit'
- 'fbsql_change_user'
- 'fbsql_close'
- 'fbsql_commit'
- 'fbsql_connect'
- 'fbsql_create_blob'
- 'fbsql_create_clob'
- 'fbsql_create_db'
- 'fbsql_data_seek'
- 'fbsql_database'
- 'fbsql_database_password'
- 'fbsql_db_query'
- 'fbsql_db_status'
- 'fbsql_drop_db'
- 'fbsql_errno'
- 'fbsql_error'
- 'fbsql_fetch_array'
- 'fbsql_fetch_assoc'
- 'fbsql_fetch_field'
- 'fbsql_fetch_lengths'
- 'fbsql_fetch_object'
- 'fbsql_fetch_row'
- 'fbsql_field_flags'
- 'fbsql_field_len'
- 'fbsql_field_name'
- 'fbsql_field_seek'
- 'fbsql_field_table'
- 'fbsql_field_type'
- 'fbsql_free_result'
- 'fbsql_get_autostart_info'
- 'fbsql_hostname'
- 'fbsql_insert_id'
- 'fbsql_list_dbs'
- 'fbsql_list_fields'
- 'fbsql_list_tables'
- 'fbsql_next_result'
- 'fbsql_num_fields'
- 'fbsql_num_rows'
- 'fbsql_password'
- 'fbsql_pconnect'
- 'fbsql_query'
- 'fbsql_read_blob'
- 'fbsql_read_clob'
- 'fbsql_result'
- 'fbsql_rollback'
- 'fbsql_select_db'
- 'fbsql_set_lob_mode'
- 'fbsql_set_transaction'
- 'fbsql_start_db'
- 'fbsql_stop_db'
- 'fbsql_tablename'
- 'fbsql_username'
- 'fbsql_warnings'
- 'fclose'
- 'fdf_add_doc_javascript'
- 'fdf_add_template'
- 'fdf_close'
- 'fdf_create'
- 'fdf_enum_values'
- 'fdf_errno'
- 'fdf_error'
- 'fdf_get_ap'
- 'fdf_get_attachment'
- 'fdf_get_encoding'
- 'fdf_get_file'
- 'fdf_get_flags'
- 'fdf_get_opt'
- 'fdf_get_status'
- 'fdf_get_value'
- 'fdf_get_version'
- 'fdf_header'
- 'fdf_next_field_name'
- 'fdf_open'
- 'fdf_open_string'
- 'fdf_remove_item'
- 'fdf_save'
- 'fdf_save_string'
- 'fdf_set_ap'
- 'fdf_set_encoding'
- 'fdf_set_file'
- 'fdf_set_flags'
- 'fdf_set_javascript_action'
- 'fdf_set_opt'
- 'fdf_set_status'
- 'fdf_set_submit_form_action'
- 'fdf_set_target_frame'
- 'fdf_set_value'
- 'fdf_set_version'
- 'feof'
- 'fflush'
- 'fgetc'
- 'fgetcsv'
- 'fgets'
- 'fgetss'
- 'file'
- 'file_exists'
- 'file_get_contents'
- 'file_put_contents'
- 'fileatime'
- 'filectime'
- 'filegroup'
- 'fileinode'
- 'filemtime'
- 'fileowner'
- 'fileperms'
- 'filepro'
- 'filepro_fieldcount'
- 'filepro_fieldname'
- 'filepro_fieldtype'
- 'filepro_fieldwidth'
- 'filepro_retrieve'
- 'filepro_rowcount'
- 'filesize'
- 'filetype'
- 'floatval'
- 'flock'
- 'floor'
- 'flush'
- 'fmod'
- 'fnmatch'
- 'fopen'
- 'fpassthru'
- 'fprintf'
- 'fputs'
- 'fread'
- 'frenchtojd'
- 'fribidi_log2vis'
- 'fscanf'
- 'fseek'
- 'fsockopen'
- 'fstat'
- 'ftell'
- 'ftok'
- 'ftp_cdup'
- 'ftp_chdir'
- 'ftp_chmod'
- 'ftp_close'
- 'ftp_connect'
- 'ftp_delete'
- 'ftp_exec'
- 'ftp_fget'
- 'ftp_fput'
- 'ftp_get'
- 'ftp_get_option'
- 'ftp_login'
- 'ftp_mdtm'
- 'ftp_mkdir'
- 'ftp_nb_continue'
- 'ftp_nb_fget'
- 'ftp_nb_fput'
- 'ftp_nb_get'
- 'ftp_nb_put'
- 'ftp_nlist'
- 'ftp_pasv'
- 'ftp_put'
- 'ftp_pwd'
- 'ftp_quit'
- 'ftp_raw'
- 'ftp_rawlist'
- 'ftp_rename'
- 'ftp_rmdir'
- 'ftp_set_option'
- 'ftp_site'
- 'ftp_size'
- 'ftp_ssl_connect'
- 'ftp_systype'
- 'ftruncate'
- 'func_get_arg'
- 'func_get_args'
- 'func_num_args'
- 'function_exists'
- 'fwrite'
- 'gd_info'
- 'get_browser'
- 'get_cfg_var'
- 'get_class'
- 'get_class_methods'
- 'get_class_vars'
- 'get_current_user'
- 'get_declared_classes'
- 'get_defined_constants'
- 'get_defined_functions'
- 'get_defined_vars'
- 'get_extension_funcs'
- 'get_html_translation_table'
- 'get_include_path'
- 'get_included_files'
- 'get_loaded_extensions'
- 'get_magic_quotes_gpc'
- 'get_magic_quotes_runtime'
- 'get_meta_tags'
- 'get_object_vars'
- 'get_parent_class'
- 'get_required_files'
- 'get_resource_type'
- 'getallheaders'
- 'getcwd'
- 'getdate'
- 'getenv'
- 'gethostbyaddr'
- 'gethostbyname'
- 'gethostbynamel'
- 'getimagesize'
- 'getlastmod'
- 'getmxrr'
- 'getmygid'
- 'getmyinode'
- 'getmypid'
- 'getmyuid'
- 'getopt'
- 'getprotobyname'
- 'getprotobynumber'
- 'getrandmax'
- 'getrusage'
- 'getservbyname'
- 'getservbyport'
- 'gettext'
- 'gettimeofday'
- 'gettype'
- 'glob'
- 'gmdate'
- 'gmmktime'
- 'gmp_abs'
- 'gmp_add'
- 'gmp_and'
- 'gmp_clrbit'
- 'gmp_cmp'
- 'gmp_com'
- 'gmp_div'
- 'gmp_div_q'
- 'gmp_div_qr'
- 'gmp_div_r'
- 'gmp_divexact'
- 'gmp_fact'
- 'gmp_gcd'
- 'gmp_gcdext'
- 'gmp_hamdist'
- 'gmp_init'
- 'gmp_intval'
- 'gmp_invert'
- 'gmp_jacobi'
- 'gmp_legendre'
- 'gmp_mod'
- 'gmp_mul'
- 'gmp_neg'
- 'gmp_or'
- 'gmp_perfect_square'
- 'gmp_popcount'
- 'gmp_pow'
- 'gmp_powm'
- 'gmp_prob_prime'
- 'gmp_random'
- 'gmp_scan0'
- 'gmp_scan1'
- 'gmp_setbit'
- 'gmp_sign'
- 'gmp_sqrt'
- 'gmp_sqrtrm'
- 'gmp_strval'
- 'gmp_sub'
- 'gmp_xor'
- 'gmstrftime'
- 'gregoriantojd'
- 'gzclose'
- 'gzcompress'
- 'gzdeflate'
- 'gzencode'
- 'gzeof'
- 'gzfile'
- 'gzgetc'
- 'gzgets'
- 'gzgetss'
- 'gzinflate'
- 'gzopen'
- 'gzpassthru'
- 'gzputs'
- 'gzread'
- 'gzrewind'
- 'gzseek'
- 'gztell'
- 'gzuncompress'
- 'gzwrite'
- 'header'
- 'headers_sent'
- 'hebrev'
- 'hebrevc'
- 'hexdec'
- 'highlight_file'
- 'highlight_string'
- 'html_entity_decode'
- 'htmlentities'
- 'htmlspecialchars'
- 'hw_array2objrec'
- 'hw_changeobject'
- 'hw_children'
- 'hw_childrenobj'
- 'hw_close'
- 'hw_connect'
- 'hw_connection_info'
- 'hw_cp'
- 'hw_deleteobject'
- 'hw_docbyanchor'
- 'hw_docbyanchorobj'
- 'hw_document_attributes'
- 'hw_document_bodytag'
- 'hw_document_content'
- 'hw_document_setcontent'
- 'hw_document_size'
- 'hw_dummy'
- 'hw_edittext'
- 'hw_error'
- 'hw_errormsg'
- 'hw_free_document'
- 'hw_getanchors'
- 'hw_getanchorsobj'
- 'hw_getandlock'
- 'hw_getchildcoll'
- 'hw_getchildcollobj'
- 'hw_getchilddoccoll'
- 'hw_getchilddoccollobj'
- 'hw_getobject'
- 'hw_getobjectbyquery'
- 'hw_getobjectbyquerycoll'
- 'hw_getobjectbyquerycollobj'
- 'hw_getobjectbyqueryobj'
- 'hw_getparents'
- 'hw_getparentsobj'
- 'hw_getrellink'
- 'hw_getremote'
- 'hw_getremotechildren'
- 'hw_getsrcbydestobj'
- 'hw_gettext'
- 'hw_getusername'
- 'hw_identify'
- 'hw_incollections'
- 'hw_info'
- 'hw_inscoll'
- 'hw_insdoc'
- 'hw_insertanchors'
- 'hw_insertdocument'
- 'hw_insertobject'
- 'hw_mapid'
- 'hw_modifyobject'
- 'hw_mv'
- 'hw_new_document'
- 'hw_objrec2array'
- 'hw_output_document'
- 'hw_pconnect'
- 'hw_pipedocument'
- 'hw_root'
- 'hw_setlinkroot'
- 'hw_stat'
- 'hw_unlock'
- 'hw_who'
- 'hwapi_hgcsp'
- 'hypot'
- 'ibase_add_user'
- 'ibase_blob_add'
- 'ibase_blob_cancel'
- 'ibase_blob_close'
- 'ibase_blob_create'
- 'ibase_blob_echo'
- 'ibase_blob_get'
- 'ibase_blob_import'
- 'ibase_blob_info'
- 'ibase_blob_open'
- 'ibase_close'
- 'ibase_commit'
- 'ibase_connect'
- 'ibase_delete_user'
- 'ibase_errmsg'
- 'ibase_execute'
- 'ibase_fetch_assoc'
- 'ibase_fetch_object'
- 'ibase_fetch_row'
- 'ibase_field_info'
- 'ibase_free_query'
- 'ibase_free_result'
- 'ibase_modify_user'
- 'ibase_num_fields'
- 'ibase_pconnect'
- 'ibase_prepare'
- 'ibase_query'
- 'ibase_rollback'
- 'ibase_timefmt'
- 'ibase_trans'
- 'iconv'
- 'iconv_get_encoding'
- 'iconv_set_encoding'
- 'ifx_affected_rows'
- 'ifx_blobinfile_mode'
- 'ifx_byteasvarchar'
- 'ifx_close'
- 'ifx_connect'
- 'ifx_copy_blob'
- 'ifx_create_blob'
- 'ifx_create_char'
- 'ifx_do'
- 'ifx_error'
- 'ifx_errormsg'
- 'ifx_fetch_row'
- 'ifx_fieldproperties'
- 'ifx_fieldtypes'
- 'ifx_free_blob'
- 'ifx_free_char'
- 'ifx_free_result'
- 'ifx_get_blob'
- 'ifx_get_char'
- 'ifx_getsqlca'
- 'ifx_htmltbl_result'
- 'ifx_nullformat'
- 'ifx_num_fields'
- 'ifx_num_rows'
- 'ifx_pconnect'
- 'ifx_prepare'
- 'ifx_query'
- 'ifx_textasvarchar'
- 'ifx_update_blob'
- 'ifx_update_char'
- 'ifxus_close_slob'
- 'ifxus_create_slob'
- 'ifxus_free_slob'
- 'ifxus_open_slob'
- 'ifxus_read_slob'
- 'ifxus_seek_slob'
- 'ifxus_tell_slob'
- 'ifxus_write_slob'
- 'ignore_user_abort'
- 'image_type_to_mime_type'
- 'image2wbmp'
- 'imagealphablending'
- 'imageantialias'
- 'imagearc'
- 'imagechar'
- 'imagecharup'
- 'imagecolorallocate'
- 'imagecolorallocatealpha'
- 'imagecolorat'
- 'imagecolorclosest'
- 'imagecolorclosestalpha'
- 'imagecolorclosesthwb'
- 'imagecolordeallocate'
- 'imagecolorexact'
- 'imagecolorexactalpha'
- 'imagecolormatch'
- 'imagecolorresolve'
- 'imagecolorresolvealpha'
- 'imagecolorset'
- 'imagecolorsforindex'
- 'imagecolorstotal'
- 'imagecolortransparent'
- 'imagecopy'
- 'imagecopymerge'
- 'imagecopymergegray'
- 'imagecopyresampled'
- 'imagecopyresized'
- 'imagecreate'
- 'imagecreatefromgd'
- 'imagecreatefromgd2'
- 'imagecreatefromgd2part'
- 'imagecreatefromgif'
- 'imagecreatefromjpeg'
- 'imagecreatefrompng'
- 'imagecreatefromstring'
- 'imagecreatefromwbmp'
- 'imagecreatefromxbm'
- 'imagecreatefromxpm'
- 'imagecreatetruecolor'
- 'imagedashedline'
- 'imagedestroy'
- 'imageellipse'
- 'imagefill'
- 'imagefilledarc'
- 'imagefilledellipse'
- 'imagefilledpolygon'
- 'imagefilledrectangle'
- 'imagefilltoborder'
- 'imagefontheight'
- 'imagefontwidth'
- 'imageftbbox'
- 'imagefttext'
- 'imagegammacorrect'
- 'imagegd'
- 'imagegd2'
- 'imagegif'
- 'imageinterlace'
- 'imageistruecolor'
- 'imagejpeg'
- 'imageline'
- 'imageloadfont'
- 'imagepalettecopy'
- 'imagepng'
- 'imagepolygon'
- 'imagepsbbox'
- 'imagepscopyfont'
- 'imagepsencodefont'
- 'imagepsextendfont'
- 'imagepsfreefont'
- 'imagepsloadfont'
- 'imagepsslantfont'
- 'imagepstext'
- 'imagerectangle'
- 'imagerotate'
- 'imagesavealpha'
- 'imagesetbrush'
- 'imagesetpixel'
- 'imagesetstyle'
- 'imagesetthickness'
- 'imagesettile'
- 'imagestring'
- 'imagestringup'
- 'imagesx'
- 'imagesy'
- 'imagetruecolortopalette'
- 'imagettfbbox'
- 'imagettftext'
- 'imagetypes'
- 'imagewbmp'
- 'imap_8bit'
- 'imap_alerts'
- 'imap_append'
- 'imap_base64'
- 'imap_binary'
- 'imap_body'
- 'imap_bodystruct'
- 'imap_check'
- 'imap_clearflag_full'
- 'imap_close'
- 'imap_createmailbox'
- 'imap_delete'
- 'imap_deletemailbox'
- 'imap_errors'
- 'imap_expunge'
- 'imap_fetch_overview'
- 'imap_fetchbody'
- 'imap_fetchheader'
- 'imap_fetchstructure'
- 'imap_get_quota'
- 'imap_get_quotaroot'
- 'imap_getmailboxes'
- 'imap_getsubscribed'
- 'imap_header'
- 'imap_headerinfo'
- 'imap_headers'
- 'imap_last_error'
- 'imap_list'
- 'imap_listmailbox'
- 'imap_listscan'
- 'imap_listsubscribed'
- 'imap_lsub'
- 'imap_mail'
- 'imap_mail_compose'
- 'imap_mail_copy'
- 'imap_mail_move'
- 'imap_mailboxmsginfo'
- 'imap_mime_header_decode'
- 'imap_msgno'
- 'imap_num_msg'
- 'imap_num_recent'
- 'imap_open'
- 'imap_ping'
- 'imap_qprint'
- 'imap_renamemailbox'
- 'imap_reopen'
- 'imap_rfc822_parse_adrlist'
- 'imap_rfc822_parse_headers'
- 'imap_rfc822_write_address'
- 'imap_scanmailbox'
- 'imap_search'
- 'imap_set_quota'
- 'imap_setacl'
- 'imap_setflag_full'
- 'imap_sort'
- 'imap_status'
- 'imap_subscribe'
- 'imap_thread'
- 'imap_uid'
- 'imap_undelete'
- 'imap_unsubscribe'
- 'imap_utf7_decode'
- 'imap_utf7_encode'
- 'imap_utf8'
- 'implode'
- 'import_request_variables'
- 'in_array'
- 'ingres_autocommit'
- 'ingres_close'
- 'ingres_commit'
- 'ingres_connect'
- 'ingres_fetch_array'
- 'ingres_fetch_object'
- 'ingres_fetch_row'
- 'ingres_field_length'
- 'ingres_field_name'
- 'ingres_field_nullable'
- 'ingres_field_precision'
- 'ingres_field_scale'
- 'ingres_field_type'
- 'ingres_num_fields'
- 'ingres_num_rows'
- 'ingres_pconnect'
- 'ingres_query'
- 'ingres_rollback'
- 'ini_alter'
- 'ini_get'
- 'ini_get_all'
- 'ini_restore'
- 'ini_set'
- 'intval'
- 'ip2long'
- 'iptcembed'
- 'iptcparse'
- 'ircg_channel_mode'
- 'ircg_disconnect'
- 'ircg_fetch_error_msg'
- 'ircg_get_username'
- 'ircg_html_encode'
- 'ircg_ignore_add'
- 'ircg_ignore_del'
- 'ircg_is_conn_alive'
- 'ircg_join'
- 'ircg_kick'
- 'ircg_lookup_format_messages'
- 'ircg_msg'
- 'ircg_nick'
- 'ircg_nickname_escape'
- 'ircg_nickname_unescape'
- 'ircg_notice'
- 'ircg_part'
- 'ircg_pconnect'
- 'ircg_register_format_messages'
- 'ircg_set_current'
- 'ircg_set_file'
- 'ircg_set_on_die'
- 'ircg_topic'
- 'ircg_whois'
- 'is_a'
- 'is_array'
- 'is_bool'
- 'is_callable'
- 'is_dir'
- 'is_double'
- 'is_executable'
- 'is_file'
- 'is_finite'
- 'is_float'
- 'is_infinite'
- 'is_int'
- 'is_integer'
- 'is_link'
- 'is_long'
- 'is_nan'
- 'is_null'
- 'is_numeric'
- 'is_object'
- 'is_readable'
- 'is_real'
- 'is_resource'
- 'is_scalar'
- 'is_string'
- 'is_subclass_of'
- 'is_uploaded_file'
- 'is_writable'
- 'is_writeable'
- 'isset'
- 'java_last_exception_clear'
- 'java_last_exception_get'
- 'jddayofweek'
- 'jdmonthname'
- 'jdtofrench'
- 'jdtogregorian'
- 'jdtojewish'
- 'jdtojulian'
- 'jdtounix'
- 'jewishtojd'
- 'join'
- 'jpeg2wbmp'
- 'juliantojd'
- 'key'
- 'krsort'
- 'ksort'
- 'lcg_value'
- 'ldap_8859_to_t61'
- 'ldap_add'
- 'ldap_bind'
- 'ldap_close'
- 'ldap_compare'
- 'ldap_connect'
- 'ldap_count_entries'
- 'ldap_delete'
- 'ldap_dn2ufn'
- 'ldap_err2str'
- 'ldap_errno'
- 'ldap_error'
- 'ldap_explode_dn'
- 'ldap_first_attribute'
- 'ldap_first_entry'
- 'ldap_first_reference'
- 'ldap_free_result'
- 'ldap_get_attributes'
- 'ldap_get_dn'
- 'ldap_get_entries'
- 'ldap_get_option'
- 'ldap_get_values'
- 'ldap_get_values_len'
- 'ldap_list'
- 'ldap_mod_add'
- 'ldap_mod_del'
- 'ldap_mod_replace'
- 'ldap_modify'
- 'ldap_next_attribute'
- 'ldap_next_entry'
- 'ldap_next_reference'
- 'ldap_parse_reference'
- 'ldap_parse_result'
- 'ldap_read'
- 'ldap_rename'
- 'ldap_search'
- 'ldap_set_option'
- 'ldap_set_rebind_proc'
- 'ldap_sort'
- 'ldap_start_tls'
- 'ldap_t61_to_8859'
- 'ldap_unbind'
- 'levenshtein'
- 'link'
- 'linkinfo'
- 'list'
- 'localeconv'
- 'localtime'
- 'log'
- 'log10'
- 'log1p'
- 'long2ip'
- 'lstat'
- 'ltrim'
- 'mail'
- 'mailparse_determine_best_xfer_encoding'
- 'mailparse_msg_create'
- 'mailparse_msg_extract_part'
- 'mailparse_msg_extract_part_file'
- 'mailparse_msg_free'
- 'mailparse_msg_get_part'
- 'mailparse_msg_get_part_data'
- 'mailparse_msg_get_structure'
- 'mailparse_msg_parse'
- 'mailparse_msg_parse_file'
- 'mailparse_rfc822_parse_addresses'
- 'mailparse_stream_encode'
- 'mailparse_uudecode_all'
- 'main'
- 'max'
- 'mb_convert_case'
- 'mb_convert_encoding'
- 'mb_convert_kana'
- 'mb_convert_variables'
- 'mb_decode_mimeheader'
- 'mb_decode_numericentity'
- 'mb_detect_encoding'
- 'mb_detect_order'
- 'mb_encode_mimeheader'
- 'mb_encode_numericentity'
- 'mb_ereg'
- 'mb_ereg_match'
- 'mb_ereg_replace'
- 'mb_ereg_search'
- 'mb_ereg_search_getpos'
- 'mb_ereg_search_getregs'
- 'mb_ereg_search_init'
- 'mb_ereg_search_pos'
- 'mb_ereg_search_regs'
- 'mb_ereg_search_setpos'
- 'mb_eregi'
- 'mb_eregi_replace'
- 'mb_get_info'
- 'mb_http_input'
- 'mb_http_output'
- 'mb_internal_encoding'
- 'mb_language'
- 'mb_output_handler'
- 'mb_parse_str'
- 'mb_preferred_mime_name'
- 'mb_regex_encoding'
- 'mb_regex_set_options'
- 'mb_send_mail'
- 'mb_split'
- 'mb_strcut'
- 'mb_strimwidth'
- 'mb_strlen'
- 'mb_strpos'
- 'mb_strrpos'
- 'mb_strtolower'
- 'mb_strtoupper'
- 'mb_strwidth'
- 'mb_substitute_character'
- 'mb_substr'
- 'mb_substr_count'
- 'mcal_append_event'
- 'mcal_close'
- 'mcal_create_calendar'
- 'mcal_date_compare'
- 'mcal_date_valid'
- 'mcal_day_of_week'
- 'mcal_day_of_year'
- 'mcal_days_in_month'
- 'mcal_delete_calendar'
- 'mcal_delete_event'
- 'mcal_event_add_attribute'
- 'mcal_event_init'
- 'mcal_event_set_alarm'
- 'mcal_event_set_category'
- 'mcal_event_set_class'
- 'mcal_event_set_description'
- 'mcal_event_set_end'
- 'mcal_event_set_recur_daily'
- 'mcal_event_set_recur_monthly_mday'
- 'mcal_event_set_recur_monthly_wday'
- 'mcal_event_set_recur_none'
- 'mcal_event_set_recur_weekly'
- 'mcal_event_set_recur_yearly'
- 'mcal_event_set_start'
- 'mcal_event_set_title'
- 'mcal_expunge'
- 'mcal_fetch_current_stream_event'
- 'mcal_fetch_event'
- 'mcal_is_leap_year'
- 'mcal_list_alarms'
- 'mcal_list_events'
- 'mcal_next_recurrence'
- 'mcal_open'
- 'mcal_popen'
- 'mcal_rename_calendar'
- 'mcal_reopen'
- 'mcal_snooze'
- 'mcal_store_event'
- 'mcal_time_valid'
- 'mcal_week_of_year'
- 'mcrypt_cbc'
- 'mcrypt_cfb'
- 'mcrypt_create_iv'
- 'mcrypt_decrypt'
- 'mcrypt_ecb'
- 'mcrypt_enc_get_algorithms_name'
- 'mcrypt_enc_get_block_size'
- 'mcrypt_enc_get_iv_size'
- 'mcrypt_enc_get_key_size'
- 'mcrypt_enc_get_modes_name'
- 'mcrypt_enc_get_supported_key_sizes'
- 'mcrypt_enc_is_block_algorithm'
- 'mcrypt_enc_is_block_algorithm_mode'
- 'mcrypt_enc_is_block_mode'
- 'mcrypt_enc_self_test'
- 'mcrypt_encrypt'
- 'mcrypt_generic'
- 'mcrypt_generic_deinit'
- 'mcrypt_generic_end'
- 'mcrypt_generic_init'
- 'mcrypt_get_block_size'
- 'mcrypt_get_cipher_name'
- 'mcrypt_get_iv_size'
- 'mcrypt_get_key_size'
- 'mcrypt_list_algorithms'
- 'mcrypt_list_modes'
- 'mcrypt_module_close'
- 'mcrypt_module_get_algo_block_size'
- 'mcrypt_module_get_algo_key_size'
- 'mcrypt_module_get_supported_key_sizes'
- 'mcrypt_module_is_block_algorithm'
- 'mcrypt_module_is_block_algorithm_mode'
- 'mcrypt_module_is_block_mode'
- 'mcrypt_module_open'
- 'mcrypt_module_self_test'
- 'mcrypt_ofb'
- 'mcve_adduser'
- 'mcve_adduserarg'
- 'mcve_bt'
- 'mcve_checkstatus'
- 'mcve_chkpwd'
- 'mcve_chngpwd'
- 'mcve_completeauthorizations'
- 'mcve_connect'
- 'mcve_connectionerror'
- 'mcve_deleteresponse'
- 'mcve_deletetrans'
- 'mcve_deleteusersetup'
- 'mcve_deluser'
- 'mcve_destroyconn'
- 'mcve_destroyengine'
- 'mcve_disableuser'
- 'mcve_edituser'
- 'mcve_enableuser'
- 'mcve_force'
- 'mcve_getcell'
- 'mcve_getcellbynum'
- 'mcve_getcommadelimited'
- 'mcve_getheader'
- 'mcve_getuserarg'
- 'mcve_getuserparam'
- 'mcve_gft'
- 'mcve_gl'
- 'mcve_gut'
- 'mcve_initconn'
- 'mcve_initengine'
- 'mcve_initusersetup'
- 'mcve_iscommadelimited'
- 'mcve_liststats'
- 'mcve_listusers'
- 'mcve_maxconntimeout'
- 'mcve_monitor'
- 'mcve_numcolumns'
- 'mcve_numrows'
- 'mcve_override'
- 'mcve_parsecommadelimited'
- 'mcve_ping'
- 'mcve_preauth'
- 'mcve_preauthcompletion'
- 'mcve_qc'
- 'mcve_responseparam'
- 'mcve_return'
- 'mcve_returncode'
- 'mcve_returnstatus'
- 'mcve_sale'
- 'mcve_setblocking'
- 'mcve_setdropfile'
- 'mcve_setip'
- 'mcve_setssl'
- 'mcve_setssl_files'
- 'mcve_settimeout'
- 'mcve_settle'
- 'mcve_text_avs'
- 'mcve_text_code'
- 'mcve_text_cv'
- 'mcve_transactionauth'
- 'mcve_transactionavs'
- 'mcve_transactionbatch'
- 'mcve_transactioncv'
- 'mcve_transactionid'
- 'mcve_transactionitem'
- 'mcve_transactionssent'
- 'mcve_transactiontext'
- 'mcve_transinqueue'
- 'mcve_transnew'
- 'mcve_transparam'
- 'mcve_transsend'
- 'mcve_ub'
- 'mcve_uwait'
- 'mcve_verifyconnection'
- 'mcve_verifysslcert'
- 'mcve_void'
- 'md5'
- 'md5_file'
- 'mdecrypt_generic'
- 'memory_get_usage'
- 'metaphone'
- 'method_exists'
- 'mhash'
- 'mhash_count'
- 'mhash_get_block_size'
- 'mhash_get_hash_name'
- 'mhash_keygen_s2k'
- 'microtime'
- 'mime_content_type'
- 'min'
- 'ming_setcubicthreshold'
- 'ming_setscale'
- 'ming_useswfversion'
- 'mkdir'
- 'mktime'
- 'money_format'
- 'move_uploaded_file'
- 'msession_connect'
- 'msession_count'
- 'msession_create'
- 'msession_destroy'
- 'msession_disconnect'
- 'msession_find'
- 'msession_get'
- 'msession_get_array'
- 'msession_getdata'
- 'msession_inc'
- 'msession_list'
- 'msession_listvar'
- 'msession_lock'
- 'msession_plugin'
- 'msession_randstr'
- 'msession_set'
- 'msession_set_array'
- 'msession_setdata'
- 'msession_timeout'
- 'msession_uniq'
- 'msession_unlock'
- 'msg_get_queue'
- 'msg_receive'
- 'msg_remove_queue'
- 'msg_send'
- 'msg_set_queue'
- 'msg_stat_queue'
- 'msql'
- 'msql_affected_rows'
- 'msql_close'
- 'msql_connect'
- 'msql_create_db'
- 'msql_createdb'
- 'msql_data_seek'
- 'msql_dbname'
- 'msql_drop_db'
- 'msql_dropdb'
- 'msql_error'
- 'msql_fetch_array'
- 'msql_fetch_field'
- 'msql_fetch_object'
- 'msql_fetch_row'
- 'msql_field_seek'
- 'msql_fieldflags'
- 'msql_fieldlen'
- 'msql_fieldname'
- 'msql_fieldtable'
- 'msql_fieldtype'
- 'msql_free_result'
- 'msql_freeresult'
- 'msql_list_dbs'
- 'msql_list_fields'
- 'msql_list_tables'
- 'msql_listdbs'
- 'msql_listfields'
- 'msql_listtables'
- 'msql_num_fields'
- 'msql_num_rows'
- 'msql_numfields'
- 'msql_numrows'
- 'msql_pconnect'
- 'msql_query'
- 'msql_regcase'
- 'msql_result'
- 'msql_select_db'
- 'msql_selectdb'
- 'msql_tablename'
- 'mssql_bind'
- 'mssql_close'
- 'mssql_connect'
- 'mssql_data_seek'
- 'mssql_execute'
- 'mssql_fetch_array'
- 'mssql_fetch_assoc'
- 'mssql_fetch_batch'
- 'mssql_fetch_field'
- 'mssql_fetch_object'
- 'mssql_fetch_row'
- 'mssql_field_length'
- 'mssql_field_name'
- 'mssql_field_seek'
- 'mssql_field_type'
- 'mssql_free_result'
- 'mssql_free_statement'
- 'mssql_get_last_message'
- 'mssql_guid_string'
- 'mssql_init'
- 'mssql_min_error_severity'
- 'mssql_min_message_severity'
- 'mssql_next_result'
- 'mssql_num_fields'
- 'mssql_num_rows'
- 'mssql_pconnect'
- 'mssql_query'
- 'mssql_result'
- 'mssql_rows_affected'
- 'mssql_select_db'
- 'mt_getrandmax'
- 'mt_rand'
- 'mt_srand'
- 'muscat_close'
- 'muscat_get'
- 'muscat_give'
- 'muscat_setup'
- 'muscat_setup_net'
- 'mysql_affected_rows'
- 'mysql_change_user'
- 'mysql_client_encoding'
- 'mysql_close'
- 'mysql_connect'
- 'mysql_create_db'
- 'mysql_data_seek'
- 'mysql_db_name'
- 'mysql_db_query'
- 'mysql_drop_db'
- 'mysql_errno'
- 'mysql_error'
- 'mysql_escape_string'
- 'mysql_fetch_array'
- 'mysql_fetch_assoc'
- 'mysql_fetch_field'
- 'mysql_fetch_lengths'
- 'mysql_fetch_object'
- 'mysql_fetch_row'
- 'mysql_field_flags'
- 'mysql_field_len'
- 'mysql_field_name'
- 'mysql_field_seek'
- 'mysql_field_table'
- 'mysql_field_type'
- 'mysql_free_result'
- 'mysql_get_client_info'
- 'mysql_get_host_info'
- 'mysql_get_proto_info'
- 'mysql_get_server_info'
- 'mysql_info'
- 'mysql_insert_id'
- 'mysql_list_dbs'
- 'mysql_list_fields'
- 'mysql_list_processes'
- 'mysql_list_tables'
- 'mysql_num_fields'
- 'mysql_num_rows'
- 'mysql_pconnect'
- 'mysql_ping'
- 'mysql_query'
- 'mysql_real_escape_string'
- 'mysql_result'
- 'mysql_select_db'
- 'mysql_stat'
- 'mysql_tablename'
- 'mysql_thread_id'
- 'mysql_unbuffered_query'
- 'mysqli_affected_rows'
- 'mysqli_autocommit'
- 'mysqli_bind_param'
- 'mysqli_bind_result'
- 'mysqli_change_user'
- 'mysqli_character_set_name'
- 'mysqli_close'
- 'mysqli_commit'
- 'mysqli_connect'
- 'mysqli_data_seek'
- 'mysqli_debug'
- 'mysqli_disable_reads_from_master'
- 'mysqli_disable_rpl_parse'
- 'mysqli_dump_debug_info'
- 'mysqli_enable_reads_from_master'
- 'mysqli_enable_rpl_parse'
- 'mysqli_errno'
- 'mysqli_error'
- 'mysqli_execute'
- 'mysqli_fetch'
- 'mysqli_fetch_array'
- 'mysqli_fetch_assoc'
- 'mysqli_fetch_field'
- 'mysqli_fetch_field_direct'
- 'mysqli_fetch_fields'
- 'mysqli_fetch_lengths'
- 'mysqli_fetch_object'
- 'mysqli_fetch_row'
- 'mysqli_field_count'
- 'mysqli_field_seek'
- 'mysqli_field_tell'
- 'mysqli_free_result'
- 'mysqli_get_client_info'
- 'mysqli_get_host_info'
- 'mysqli_get_proto_info'
- 'mysqli_get_server_info'
- 'mysqli_get_server_version'
- 'mysqli_info'
- 'mysqli_init'
- 'mysqli_insert_id'
- 'mysqli_kill'
- 'mysqli_master_query'
- 'mysqli_num_fields'
- 'mysqli_num_rows'
- 'mysqli_options'
- 'mysqli_param_count'
- 'mysqli_ping'
- 'mysqli_prepare'
- 'mysqli_prepare_result'
- 'mysqli_profiler'
- 'mysqli_query'
- 'mysqli_read_query_result'
- 'mysqli_real_connect'
- 'mysqli_real_escape_string'
- 'mysqli_real_query'
- 'mysqli_reload'
- 'mysqli_rollback'
- 'mysqli_rpl_parse_enabled'
- 'mysqli_rpl_probe'
- 'mysqli_rpl_query_type'
- 'mysqli_select_db'
- 'mysqli_send_long_data'
- 'mysqli_send_query'
- 'mysqli_slave_query'
- 'mysqli_ssl_set'
- 'mysqli_stat'
- 'mysqli_stmt_affected_rows'
- 'mysqli_stmt_close'
- 'mysqli_stmt_errno'
- 'mysqli_stmt_error'
- 'mysqli_stmt_store_result'
- 'mysqli_store_result'
- 'mysqli_thread_id'
- 'mysqli_thread_safe'
- 'mysqli_use_result'
- 'mysqli_warning_count'
- 'natcasesort'
- 'natsort'
- 'ncurses_addch'
- 'ncurses_addchnstr'
- 'ncurses_addchstr'
- 'ncurses_addnstr'
- 'ncurses_addstr'
- 'ncurses_assume_default_colors'
- 'ncurses_attroff'
- 'ncurses_attron'
- 'ncurses_attrset'
- 'ncurses_baudrate'
- 'ncurses_beep'
- 'ncurses_bkgd'
- 'ncurses_bkgdset'
- 'ncurses_border'
- 'ncurses_bottom_panel'
- 'ncurses_can_change_color'
- 'ncurses_cbreak'
- 'ncurses_clear'
- 'ncurses_clrtobot'
- 'ncurses_clrtoeol'
- 'ncurses_color_content'
- 'ncurses_color_set'
- 'ncurses_curs_set'
- 'ncurses_def_prog_mode'
- 'ncurses_def_shell_mode'
- 'ncurses_define_key'
- 'ncurses_del_panel'
- 'ncurses_delay_output'
- 'ncurses_delch'
- 'ncurses_deleteln'
- 'ncurses_delwin'
- 'ncurses_doupdate'
- 'ncurses_echo'
- 'ncurses_echochar'
- 'ncurses_end'
- 'ncurses_erase'
- 'ncurses_erasechar'
- 'ncurses_filter'
- 'ncurses_flash'
- 'ncurses_flushinp'
- 'ncurses_getch'
- 'ncurses_getmaxyx'
- 'ncurses_getmouse'
- 'ncurses_getyx'
- 'ncurses_halfdelay'
- 'ncurses_has_colors'
- 'ncurses_has_ic'
- 'ncurses_has_il'
- 'ncurses_has_key'
- 'ncurses_hide_panel'
- 'ncurses_hline'
- 'ncurses_inch'
- 'ncurses_init'
- 'ncurses_init_color'
- 'ncurses_init_pair'
- 'ncurses_insch'
- 'ncurses_insdelln'
- 'ncurses_insertln'
- 'ncurses_insstr'
- 'ncurses_instr'
- 'ncurses_isendwin'
- 'ncurses_keyok'
- 'ncurses_keypad'
- 'ncurses_killchar'
- 'ncurses_longname'
- 'ncurses_meta'
- 'ncurses_mouse_trafo'
- 'ncurses_mouseinterval'
- 'ncurses_mousemask'
- 'ncurses_move'
- 'ncurses_move_panel'
- 'ncurses_mvaddch'
- 'ncurses_mvaddchnstr'
- 'ncurses_mvaddchstr'
- 'ncurses_mvaddnstr'
- 'ncurses_mvaddstr'
- 'ncurses_mvcur'
- 'ncurses_mvdelch'
- 'ncurses_mvgetch'
- 'ncurses_mvhline'
- 'ncurses_mvinch'
- 'ncurses_mvvline'
- 'ncurses_mvwaddstr'
- 'ncurses_napms'
- 'ncurses_new_panel'
- 'ncurses_newpad'
- 'ncurses_newwin'
- 'ncurses_nl'
- 'ncurses_nocbreak'
- 'ncurses_noecho'
- 'ncurses_nonl'
- 'ncurses_noqiflush'
- 'ncurses_noraw'
- 'ncurses_pair_content'
- 'ncurses_panel_above'
- 'ncurses_panel_below'
- 'ncurses_panel_window'
- 'ncurses_pnoutrefresh'
- 'ncurses_prefresh'
- 'ncurses_putp'
- 'ncurses_qiflush'
- 'ncurses_raw'
- 'ncurses_refresh'
- 'ncurses_replace_panel'
- 'ncurses_reset_prog_mode'
- 'ncurses_reset_shell_mode'
- 'ncurses_resetty'
- 'ncurses_savetty'
- 'ncurses_scr_dump'
- 'ncurses_scr_init'
- 'ncurses_scr_restore'
- 'ncurses_scr_set'
- 'ncurses_scrl'
- 'ncurses_show_panel'
- 'ncurses_slk_attr'
- 'ncurses_slk_attroff'
- 'ncurses_slk_attron'
- 'ncurses_slk_attrset'
- 'ncurses_slk_clear'
- 'ncurses_slk_color'
- 'ncurses_slk_init'
- 'ncurses_slk_noutrefresh'
- 'ncurses_slk_refresh'
- 'ncurses_slk_restore'
- 'ncurses_slk_set'
- 'ncurses_slk_touch'
- 'ncurses_standend'
- 'ncurses_standout'
- 'ncurses_start_color'
- 'ncurses_termattrs'
- 'ncurses_termname'
- 'ncurses_timeout'
- 'ncurses_top_panel'
- 'ncurses_typeahead'
- 'ncurses_ungetch'
- 'ncurses_ungetmouse'
- 'ncurses_update_panels'
- 'ncurses_use_default_colors'
- 'ncurses_use_env'
- 'ncurses_use_extended_names'
- 'ncurses_vidattr'
- 'ncurses_vline'
- 'ncurses_waddch'
- 'ncurses_waddstr'
- 'ncurses_wattroff'
- 'ncurses_wattron'
- 'ncurses_wattrset'
- 'ncurses_wborder'
- 'ncurses_wclear'
- 'ncurses_wcolor_set'
- 'ncurses_werase'
- 'ncurses_wgetch'
- 'ncurses_whline'
- 'ncurses_wmouse_trafo'
- 'ncurses_wmove'
- 'ncurses_wnoutrefresh'
- 'ncurses_wrefresh'
- 'ncurses_wstandend'
- 'ncurses_wstandout'
- 'ncurses_wvline'
- 'next'
- 'ngettext'
- 'nl_langinfo'
- 'nl2br'
- 'notes_body'
- 'notes_copy_db'
- 'notes_create_db'
- 'notes_create_note'
- 'notes_drop_db'
- 'notes_find_note'
- 'notes_header_info'
- 'notes_list_msgs'
- 'notes_mark_read'
- 'notes_mark_unread'
- 'notes_nav_create'
- 'notes_search'
- 'notes_unread'
- 'notes_version'
- 'nsapi_request_headers'
- 'nsapi_response_headers'
- 'nsapi_virtual'
- 'number_format'
- 'ob_clean'
- 'ob_end_clean'
- 'ob_end_flush'
- 'ob_flush'
- 'ob_get_clean'
- 'ob_get_contents'
- 'ob_get_length'
- 'ob_get_level'
- 'ob_get_status'
- 'ob_gzhandler'
- 'ob_iconv_handler'
- 'ob_implicit_flush'
- 'ob_start'
- 'ocibindbyname'
- 'ocicancel'
- 'ocicollappend'
- 'ocicollassign'
- 'ocicollassignelem'
- 'ocicollgetelem'
- 'ocicollmax'
- 'ocicollsize'
- 'ocicolltrim'
- 'ocicolumnisnull'
- 'ocicolumnname'
- 'ocicolumnprecision'
- 'ocicolumnscale'
- 'ocicolumnsize'
- 'ocicolumntype'
- 'ocicolumntyperaw'
- 'ocicommit'
- 'ocidefinebyname'
- 'ocierror'
- 'ociexecute'
- 'ocifetch'
- 'ocifetchinto'
- 'ocifetchstatement'
- 'ocifreecollection'
- 'ocifreecursor'
- 'ocifreedesc'
- 'ocifreestatement'
- 'ociinternaldebug'
- 'ociloadlob'
- 'ocilogoff'
- 'ocilogon'
- 'ocinewcollection'
- 'ocinewcursor'
- 'ocinewdescriptor'
- 'ocinlogon'
- 'ocinumcols'
- 'ociparse'
- 'ociplogon'
- 'ociresult'
- 'ocirollback'
- 'ocirowcount'
- 'ocisavelob'
- 'ocisavelobfile'
- 'ociserverversion'
- 'ocisetprefetch'
- 'ocistatementtype'
- 'ociwritelobtofile'
- 'octdec'
- 'odbc_autocommit'
- 'odbc_binmode'
- 'odbc_close'
- 'odbc_close_all'
- 'odbc_columnprivileges'
- 'odbc_columns'
- 'odbc_commit'
- 'odbc_connect'
- 'odbc_cursor'
- 'odbc_data_source'
- 'odbc_do'
- 'odbc_error'
- 'odbc_errormsg'
- 'odbc_exec'
- 'odbc_execute'
- 'odbc_fetch_array'
- 'odbc_fetch_into'
- 'odbc_fetch_object'
- 'odbc_fetch_row'
- 'odbc_field_len'
- 'odbc_field_name'
- 'odbc_field_num'
- 'odbc_field_precision'
- 'odbc_field_scale'
- 'odbc_field_type'
- 'odbc_foreignkeys'
- 'odbc_free_result'
- 'odbc_gettypeinfo'
- 'odbc_longreadlen'
- 'odbc_next_result'
- 'odbc_num_fields'
- 'odbc_num_rows'
- 'odbc_pconnect'
- 'odbc_prepare'
- 'odbc_primarykeys'
- 'odbc_procedurecolumns'
- 'odbc_procedures'
- 'odbc_result'
- 'odbc_result_all'
- 'odbc_rollback'
- 'odbc_setoption'
- 'odbc_specialcolumns'
- 'odbc_statistics'
- 'odbc_tableprivileges'
- 'odbc_tables'
- 'opendir'
- 'openlog'
- 'openssl_csr_export'
- 'openssl_csr_export_to_file'
- 'openssl_csr_new'
- 'openssl_csr_sign'
- 'openssl_error_string'
- 'openssl_free_key'
- 'openssl_get_privatekey'
- 'openssl_get_publickey'
- 'openssl_open'
- 'openssl_pkcs7_decrypt'
- 'openssl_pkcs7_encrypt'
- 'openssl_pkcs7_sign'
- 'openssl_pkcs7_verify'
- 'openssl_pkey_export'
- 'openssl_pkey_export_to_file'
- 'openssl_pkey_get_private'
- 'openssl_pkey_get_public'
- 'openssl_pkey_new'
- 'openssl_private_decrypt'
- 'openssl_private_encrypt'
- 'openssl_public_decrypt'
- 'openssl_public_encrypt'
- 'openssl_seal'
- 'openssl_sign'
- 'openssl_verify'
- 'openssl_x509_check_private_key'
- 'openssl_x509_checkpurpose'
- 'openssl_x509_export'
- 'openssl_x509_export_to_file'
- 'openssl_x509_free'
- 'openssl_x509_parse'
- 'openssl_x509_read'
- 'ora_bind'
- 'ora_close'
- 'ora_columnname'
- 'ora_columnsize'
- 'ora_columntype'
- 'ora_commit'
- 'ora_commitoff'
- 'ora_commiton'
- 'ora_do'
- 'ora_error'
- 'ora_errorcode'
- 'ora_exec'
- 'ora_fetch'
- 'ora_fetch_into'
- 'ora_getcolumn'
- 'ora_logoff'
- 'ora_logon'
- 'ora_numcols'
- 'ora_numrows'
- 'ora_open'
- 'ora_parse'
- 'ora_plogon'
- 'ora_rollback'
- 'ord'
- 'overload'
- 'ovrimos_close'
- 'ovrimos_commit'
- 'ovrimos_connect'
- 'ovrimos_cursor'
- 'ovrimos_exec'
- 'ovrimos_execute'
- 'ovrimos_fetch_into'
- 'ovrimos_fetch_row'
- 'ovrimos_field_len'
- 'ovrimos_field_name'
- 'ovrimos_field_num'
- 'ovrimos_field_type'
- 'ovrimos_free_result'
- 'ovrimos_longreadlen'
- 'ovrimos_num_fields'
- 'ovrimos_num_rows'
- 'ovrimos_prepare'
- 'ovrimos_result'
- 'ovrimos_result_all'
- 'ovrimos_rollback'
- 'pack'
- 'parse_ini_file'
- 'parse_str'
- 'parse_url'
- 'passthru'
- 'pathinfo'
- 'pclose'
- 'pcntl_exec'
- 'pcntl_fork'
- 'pcntl_signal'
- 'pcntl_waitpid'
- 'pcntl_wexitstatus'
- 'pcntl_wifexited'
- 'pcntl_wifsignaled'
- 'pcntl_wifstopped'
- 'pcntl_wstopsig'
- 'pcntl_wtermsig'
- 'pdf_add_annotation'
- 'pdf_add_bookmark'
- 'pdf_add_launchlink'
- 'pdf_add_locallink'
- 'pdf_add_note'
- 'pdf_add_outline'
- 'pdf_add_pdflink'
- 'pdf_add_thumbnail'
- 'pdf_add_weblink'
- 'pdf_arc'
- 'pdf_arcn'
- 'pdf_attach_file'
- 'pdf_begin_page'
- 'pdf_begin_pattern'
- 'pdf_begin_template'
- 'pdf_circle'
- 'pdf_clip'
- 'pdf_close'
- 'pdf_close_image'
- 'pdf_close_pdi'
- 'pdf_close_pdi_page'
- 'pdf_closepath'
- 'pdf_closepath_fill_stroke'
- 'pdf_closepath_stroke'
- 'pdf_concat'
- 'pdf_continue_text'
- 'pdf_curveto'
- 'pdf_delete'
- 'pdf_end_page'
- 'pdf_end_pattern'
- 'pdf_end_template'
- 'pdf_fill'
- 'pdf_fill_stroke'
- 'pdf_findfont'
- 'pdf_get_buffer'
- 'pdf_get_font'
- 'pdf_get_fontname'
- 'pdf_get_fontsize'
- 'pdf_get_image_height'
- 'pdf_get_image_width'
- 'pdf_get_majorversion'
- 'pdf_get_minorversion'
- 'pdf_get_parameter'
- 'pdf_get_pdi_parameter'
- 'pdf_get_pdi_value'
- 'pdf_get_value'
- 'pdf_initgraphics'
- 'pdf_lineto'
- 'pdf_makespotcolor'
- 'pdf_moveto'
- 'pdf_new'
- 'pdf_open'
- 'pdf_open_ccitt'
- 'pdf_open_file'
- 'pdf_open_gif'
- 'pdf_open_image'
- 'pdf_open_image_file'
- 'pdf_open_jpeg'
- 'pdf_open_memory_image'
- 'pdf_open_pdi'
- 'pdf_open_pdi_page'
- 'pdf_open_png'
- 'pdf_open_tiff'
- 'pdf_place_image'
- 'pdf_place_pdi_page'
- 'pdf_rect'
- 'pdf_restore'
- 'pdf_rotate'
- 'pdf_save'
- 'pdf_scale'
- 'pdf_set_border_color'
- 'pdf_set_border_dash'
- 'pdf_set_border_style'
- 'pdf_set_char_spacing'
- 'pdf_set_duration'
- 'pdf_set_font'
- 'pdf_set_horiz_scaling'
- 'pdf_set_info'
- 'pdf_set_parameter'
- 'pdf_set_text_pos'
- 'pdf_set_value'
- 'pdf_setcolor'
- 'pdf_setdash'
- 'pdf_setflat'
- 'pdf_setfont'
- 'pdf_setgray'
- 'pdf_setgray_fill'
- 'pdf_setgray_stroke'
- 'pdf_setlinecap'
- 'pdf_setlinejoin'
- 'pdf_setlinewidth'
- 'pdf_setmatrix'
- 'pdf_setmiterlimit'
- 'pdf_setpolydash'
- 'pdf_setrgbcolor'
- 'pdf_setrgbcolor_fill'
- 'pdf_setrgbcolor_stroke'
- 'pdf_show'
- 'pdf_show_boxed'
- 'pdf_show_xy'
- 'pdf_skew'
- 'pdf_stringwidth'
- 'pdf_stroke'
- 'pdf_translate'
- 'pfpro_cleanup'
- 'pfpro_init'
- 'pfpro_process'
- 'pfpro_process_raw'
- 'pfpro_version'
- 'pfsockopen'
- 'pg_affected_rows'
- 'pg_cancel_query'
- 'pg_client_encoding'
- 'pg_close'
- 'pg_connect'
- 'pg_connection_busy'
- 'pg_connection_reset'
- 'pg_connection_status'
- 'pg_convert'
- 'pg_copy_from'
- 'pg_copy_to'
- 'pg_dbname'
- 'pg_delete'
- 'pg_end_copy'
- 'pg_escape_bytea'
- 'pg_escape_string'
- 'pg_fetch_all'
- 'pg_fetch_array'
- 'pg_fetch_assoc'
- 'pg_fetch_object'
- 'pg_fetch_result'
- 'pg_fetch_row'
- 'pg_field_is_null'
- 'pg_field_name'
- 'pg_field_num'
- 'pg_field_prtlen'
- 'pg_field_size'
- 'pg_field_type'
- 'pg_free_result'
- 'pg_get_notify'
- 'pg_get_pid'
- 'pg_get_result'
- 'pg_host'
- 'pg_insert'
- 'pg_last_error'
- 'pg_last_notice'
- 'pg_last_oid'
- 'pg_lo_close'
- 'pg_lo_create'
- 'pg_lo_export'
- 'pg_lo_import'
- 'pg_lo_open'
- 'pg_lo_read'
- 'pg_lo_read_all'
- 'pg_lo_seek'
- 'pg_lo_tell'
- 'pg_lo_unlink'
- 'pg_lo_write'
- 'pg_meta_data'
- 'pg_num_fields'
- 'pg_num_rows'
- 'pg_options'
- 'pg_pconnect'
- 'pg_ping'
- 'pg_port'
- 'pg_put_line'
- 'pg_query'
- 'pg_result_error'
- 'pg_result_seek'
- 'pg_result_status'
- 'pg_select'
- 'pg_send_query'
- 'pg_set_client_encoding'
- 'pg_trace'
- 'pg_tty'
- 'pg_unescape_bytea'
- 'pg_untrace'
- 'pg_update'
- 'php_ini_scanned_files'
- 'php_logo_guid'
- 'php_sapi_name'
- 'php_uname'
- 'phpcredits'
- 'phpinfo'
- 'phpversion'
- 'pi'
- 'png2wbmp'
- 'popen'
- 'pos'
- 'posix_ctermid'
- 'posix_get_last_error'
- 'posix_getcwd'
- 'posix_getegid'
- 'posix_geteuid'
- 'posix_getgid'
- 'posix_getgrgid'
- 'posix_getgrnam'
- 'posix_getgroups'
- 'posix_getlogin'
- 'posix_getpgid'
- 'posix_getpgrp'
- 'posix_getpid'
- 'posix_getppid'
- 'posix_getpwnam'
- 'posix_getpwuid'
- 'posix_getrlimit'
- 'posix_getsid'
- 'posix_getuid'
- 'posix_isatty'
- 'posix_kill'
- 'posix_mkfifo'
- 'posix_setegid'
- 'posix_seteuid'
- 'posix_setgid'
- 'posix_setpgid'
- 'posix_setsid'
- 'posix_setuid'
- 'posix_strerror'
- 'posix_times'
- 'posix_ttyname'
- 'posix_uname'
- 'pow'
- 'preg_grep'
- 'preg_match'
- 'preg_match_all'
- 'preg_quote'
- 'preg_replace'
- 'preg_replace_callback'
- 'preg_split'
- 'prev'
- 'print_r'
- 'printer_abort'
- 'printer_close'
- 'printer_create_brush'
- 'printer_create_dc'
- 'printer_create_font'
- 'printer_create_pen'
- 'printer_delete_brush'
- 'printer_delete_dc'
- 'printer_delete_font'
- 'printer_delete_pen'
- 'printer_draw_bmp'
- 'printer_draw_chord'
- 'printer_draw_elipse'
- 'printer_draw_line'
- 'printer_draw_pie'
- 'printer_draw_rectangle'
- 'printer_draw_roundrect'
- 'printer_draw_text'
- 'printer_end_doc'
- 'printer_end_page'
- 'printer_get_option'
- 'printer_list'
- 'printer_logical_fontheight'
- 'printer_open'
- 'printer_select_brush'
- 'printer_select_font'
- 'printer_select_pen'
- 'printer_set_option'
- 'printer_start_doc'
- 'printer_start_page'
- 'printer_write'
- 'printf'
- 'proc_close'
- 'proc_get_status'
- 'proc_nice'
- 'proc_open'
- 'proc_terminate'
- 'pspell_add_to_personal'
- 'pspell_add_to_session'
- 'pspell_check'
- 'pspell_clear_session'
- 'pspell_config_create'
- 'pspell_config_ignore'
- 'pspell_config_mode'
- 'pspell_config_personal'
- 'pspell_config_repl'
- 'pspell_config_runtogether'
- 'pspell_config_save_repl'
- 'pspell_new'
- 'pspell_new_config'
- 'pspell_new_personal'
- 'pspell_save_wordlist'
- 'pspell_store_replacement'
- 'pspell_suggest'
- 'putenv'
- 'qdom_error'
- 'qdom_tree'
- 'quoted_printable_decode'
- 'quotemeta'
- 'rad2deg'
- 'rand'
- 'range'
- 'rawurldecode'
- 'rawurlencode'
- 'read_exif_data'
- 'readdir'
- 'readfile'
- 'readgzfile'
- 'readline'
- 'readline_add_history'
- 'readline_clear_history'
- 'readline_completion_function'
- 'readline_info'
- 'readline_list_history'
- 'readline_read_history'
- 'readline_write_history'
- 'readlink'
- 'realpath'
- 'recode'
- 'recode_file'
- 'recode_string'
- 'register_shutdown_function'
- 'register_tick_function'
- 'rename'
- 'reset'
- 'restore_error_handler'
- 'restore_include_path'
- 'rewind'
- 'rewinddir'
- 'rmdir'
- 'round'
- 'rsort'
- 'rtrim'
- 'scandir'
- 'sem_acquire'
- 'sem_get'
- 'sem_release'
- 'sem_remove'
- 'serialize'
- 'sesam_affected_rows'
- 'sesam_commit'
- 'sesam_connect'
- 'sesam_diagnostic'
- 'sesam_disconnect'
- 'sesam_errormsg'
- 'sesam_execimm'
- 'sesam_fetch_array'
- 'sesam_fetch_result'
- 'sesam_fetch_row'
- 'sesam_field_array'
- 'sesam_field_name'
- 'sesam_free_result'
- 'sesam_num_fields'
- 'sesam_query'
- 'sesam_rollback'
- 'sesam_seek_row'
- 'sesam_settransaction'
- 'session_cache_expire'
- 'session_cache_limiter'
- 'session_decode'
- 'session_destroy'
- 'session_encode'
- 'session_get_cookie_params'
- 'session_id'
- 'session_is_registered'
- 'session_module_name'
- 'session_name'
- 'session_regenerate_id'
- 'session_register'
- 'session_save_path'
- 'session_set_cookie_params'
- 'session_set_save_handler'
- 'session_start'
- 'session_unregister'
- 'session_unset'
- 'session_write_close'
- 'set_error_handler'
- 'set_file_buffer'
- 'set_include_path'
- 'set_magic_quotes_runtime'
- 'set_time_limit'
- 'setcookie'
- 'setlocale'
- 'settype'
- 'sha1'
- 'sha1_file'
- 'shell_exec'
- 'shm_attach'
- 'shm_detach'
- 'shm_get_var'
- 'shm_put_var'
- 'shm_remove'
- 'shm_remove_var'
- 'shmop_close'
- 'shmop_delete'
- 'shmop_open'
- 'shmop_read'
- 'shmop_size'
- 'shmop_write'
- 'show_source'
- 'shuffle'
- 'similar_text'
- 'sin'
- 'sinh'
- 'sizeof'
- 'sleep'
- 'snmp_get_quick_print'
- 'snmp_set_quick_print'
- 'snmpget'
- 'snmprealwalk'
- 'snmpset'
- 'snmpwalk'
- 'snmpwalkoid'
- 'socket_accept'
- 'socket_bind'
- 'socket_clear_error'
- 'socket_close'
- 'socket_connect'
- 'socket_create'
- 'socket_create_listen'
- 'socket_create_pair'
- 'socket_get_option'
- 'socket_get_status'
- 'socket_getpeername'
- 'socket_getsockname'
- 'socket_iovec_add'
- 'socket_iovec_alloc'
- 'socket_iovec_delete'
- 'socket_iovec_fetch'
- 'socket_iovec_free'
- 'socket_iovec_set'
- 'socket_last_error'
- 'socket_listen'
- 'socket_read'
- 'socket_readv'
- 'socket_recv'
- 'socket_recvfrom'
- 'socket_recvmsg'
- 'socket_select'
- 'socket_send'
- 'socket_sendmsg'
- 'socket_sendto'
- 'socket_set_block'
- 'socket_set_blocking'
- 'socket_set_nonblock'
- 'socket_set_option'
- 'socket_set_timeout'
- 'socket_shutdown'
- 'socket_strerror'
- 'socket_write'
- 'socket_writev'
- 'sort'
- 'soundex'
- 'split'
- 'spliti'
- 'sprintf'
- 'sql_regcase'
- 'sqlite_array_query'
- 'sqlite_busy_timeout'
- 'sqlite_changes'
- 'sqlite_close'
- 'sqlite_column'
- 'sqlite_create_aggregate'
- 'sqlite_create_function'
- 'sqlite_current'
- 'sqlite_error_string'
- 'sqlite_escape_string'
- 'sqlite_fetch_array'
- 'sqlite_fetch_single'
- 'sqlite_fetch_string'
- 'sqlite_field_name'
- 'sqlite_has_more'
- 'sqlite_last_error'
- 'sqlite_last_insert_rowid'
- 'sqlite_libencoding'
- 'sqlite_libversion'
- 'sqlite_next'
- 'sqlite_num_fields'
- 'sqlite_num_rows'
- 'sqlite_open'
- 'sqlite_popen'
- 'sqlite_query'
- 'sqlite_rewind'
- 'sqlite_seek'
- 'sqlite_udf_decode_binary'
- 'sqlite_udf_encode_binary'
- 'sqlite_unbuffered_query'
- 'sqrt'
- 'srand'
- 'sscanf'
- 'stat'
- 'str_ireplace'
- 'str_pad'
- 'str_repeat'
- 'str_replace'
- 'str_rot13'
- 'str_shuffle'
- 'str_split'
- 'str_word_count'
- 'strcasecmp'
- 'strchr'
- 'strcmp'
- 'strcoll'
- 'strcspn'
- 'stream_context_create'
- 'stream_context_get_options'
- 'stream_context_set_option'
- 'stream_context_set_params'
- 'stream_copy_to_stream'
- 'stream_filter_append'
- 'stream_filter_prepend'
- 'stream_filter_register'
- 'stream_get_filters'
- 'stream_get_line'
- 'stream_get_meta_data'
- 'stream_get_transports'
- 'stream_get_wrappers'
- 'stream_register_wrapper'
- 'stream_select'
- 'stream_set_blocking'
- 'stream_set_timeout'
- 'stream_set_write_buffer'
- 'stream_socket_accept'
- 'stream_socket_client'
- 'stream_socket_get_name'
- 'stream_socket_server'
- 'stream_wrapper_register'
- 'strftime'
- 'strip_tags'
- 'stripcslashes'
- 'stripos'
- 'stripslashes'
- 'stristr'
- 'strlen'
- 'strnatcasecmp'
- 'strnatcmp'
- 'strncasecmp'
- 'strncmp'
- 'strpos'
- 'strrchr'
- 'strrev'
- 'strripos'
- 'strrpos'
- 'strspn'
- 'strstr'
- 'strtok'
- 'strtolower'
- 'strtotime'
- 'strtoupper'
- 'strtr'
- 'strval'
- 'substr'
- 'substr_count'
- 'substr_replace'
- 'swf_actiongeturl'
- 'swf_actiongotoframe'
- 'swf_actiongotolabel'
- 'swf_actionnextframe'
- 'swf_actionplay'
- 'swf_actionprevframe'
- 'swf_actionsettarget'
- 'swf_actionstop'
- 'swf_actiontogglequality'
- 'swf_actionwaitforframe'
- 'swf_addbuttonrecord'
- 'swf_addcolor'
- 'swf_closefile'
- 'swf_definebitmap'
- 'swf_definefont'
- 'swf_defineline'
- 'swf_definepoly'
- 'swf_definerect'
- 'swf_definetext'
- 'swf_endbutton'
- 'swf_enddoaction'
- 'swf_endshape'
- 'swf_endsymbol'
- 'swf_fontsize'
- 'swf_fontslant'
- 'swf_fonttracking'
- 'swf_getbitmapinfo'
- 'swf_getfontinfo'
- 'swf_getframe'
- 'swf_labelframe'
- 'swf_lookat'
- 'swf_modifyobject'
- 'swf_mulcolor'
- 'swf_nextid'
- 'swf_oncondition'
- 'swf_openfile'
- 'swf_ortho'
- 'swf_ortho2'
- 'swf_perspective'
- 'swf_placeobject'
- 'swf_polarview'
- 'swf_popmatrix'
- 'swf_posround'
- 'swf_pushmatrix'
- 'swf_removeobject'
- 'swf_rotate'
- 'swf_scale'
- 'swf_setfont'
- 'swf_setframe'
- 'swf_shapearc'
- 'swf_shapecurveto'
- 'swf_shapecurveto3'
- 'swf_shapefillbitmapclip'
- 'swf_shapefillbitmaptile'
- 'swf_shapefilloff'
- 'swf_shapefillsolid'
- 'swf_shapelinesolid'
- 'swf_shapelineto'
- 'swf_shapemoveto'
- 'swf_showframe'
- 'swf_startbutton'
- 'swf_startdoaction'
- 'swf_startshape'
- 'swf_startsymbol'
- 'swf_textwidth'
- 'swf_translate'
- 'swf_viewport'
- 'swfaction'
- 'swfbitmap'
- 'swfbutton'
- 'swfbutton_keypress'
- 'swfdisplayitem'
- 'swffill'
- 'swffont'
- 'swfgradient'
- 'swfmorph'
- 'swfmovie'
- 'swfshape'
- 'swfsprite'
- 'swftext'
- 'swftextfield'
- 'sybase_affected_rows'
- 'sybase_close'
- 'sybase_connect'
- 'sybase_data_seek'
- 'sybase_deadlock_retry_count'
- 'sybase_fetch_array'
- 'sybase_fetch_assoc'
- 'sybase_fetch_field'
- 'sybase_fetch_object'
- 'sybase_fetch_row'
- 'sybase_field_seek'
- 'sybase_free_result'
- 'sybase_get_last_message'
- 'sybase_min_client_severity'
- 'sybase_min_error_severity'
- 'sybase_min_message_severity'
- 'sybase_min_server_severity'
- 'sybase_num_fields'
- 'sybase_num_rows'
- 'sybase_pconnect'
- 'sybase_query'
- 'sybase_result'
- 'sybase_select_db'
- 'sybase_set_message_handler'
- 'sybase_unbuffered_query'
- 'symlink'
- 'syslog'
- 'system'
- 'tan'
- 'tanh'
- 'tempnam'
- 'textdomain'
- 'time'
- 'tmpfile'
- 'token_get_all'
- 'token_name'
- 'touch'
- 'trigger_error'
- 'trim'
- 'uasort'
- 'ucfirst'
- 'ucwords'
- 'udm_add_search_limit'
- 'udm_alloc_agent'
- 'udm_api_version'
- 'udm_cat_list'
- 'udm_cat_path'
- 'udm_check_charset'
- 'udm_check_stored'
- 'udm_clear_search_limits'
- 'udm_close_stored'
- 'udm_crc32'
- 'udm_errno'
- 'udm_error'
- 'udm_find'
- 'udm_free_agent'
- 'udm_free_ispell_data'
- 'udm_free_res'
- 'udm_get_doc_count'
- 'udm_get_res_field'
- 'udm_get_res_param'
- 'udm_load_ispell_data'
- 'udm_open_stored'
- 'udm_set_agent_param'
- 'uksort'
- 'umask'
- 'uniqid'
- 'unixtojd'
- 'unlink'
- 'unpack'
- 'unregister_tick_function'
- 'unserialize'
- 'unset'
- 'urldecode'
- 'urlencode'
- 'user_error'
- 'usleep'
- 'usort'
- 'utf8_decode'
- 'utf8_encode'
- 'var_dump'
- 'var_export'
- 'variant'
- 'version_compare'
- 'virtual'
- 'vpopmail_add_alias_domain'
- 'vpopmail_add_alias_domain_ex'
- 'vpopmail_add_domain'
- 'vpopmail_add_domain_ex'
- 'vpopmail_add_user'
- 'vpopmail_alias_add'
- 'vpopmail_alias_del'
- 'vpopmail_alias_del_domain'
- 'vpopmail_alias_get'
- 'vpopmail_alias_get_all'
- 'vpopmail_auth_user'
- 'vpopmail_del_domain'
- 'vpopmail_del_domain_ex'
- 'vpopmail_del_user'
- 'vpopmail_error'
- 'vpopmail_passwd'
- 'vpopmail_set_user_quota'
- 'vprintf'
- 'vsprintf'
- 'w32api_deftype'
- 'w32api_init_dtype'
- 'w32api_invoke_function'
- 'w32api_register_function'
- 'w32api_set_call_method'
- 'wddx_add_vars'
- 'wddx_deserialize'
- 'wddx_packet_end'
- 'wddx_packet_start'
- 'wddx_serialize_value'
- 'wddx_serialize_vars'
- 'wordwrap'
- 'xml_error_string'
- 'xml_get_current_byte_index'
- 'xml_get_current_column_number'
- 'xml_get_current_line_number'
- 'xml_get_error_code'
- 'xml_parse'
- 'xml_parse_into_struct'
- 'xml_parser_create'
- 'xml_parser_create_ns'
- 'xml_parser_free'
- 'xml_parser_get_option'
- 'xml_parser_set_option'
- 'xml_set_character_data_handler'
- 'xml_set_default_handler'
- 'xml_set_element_handler'
- 'xml_set_end_namespace_decl_handler'
- 'xml_set_external_entity_ref_handler'
- 'xml_set_notation_decl_handler'
- 'xml_set_object'
- 'xml_set_processing_instruction_handler'
- 'xml_set_start_namespace_decl_handler'
- 'xml_set_unparsed_entity_decl_handler'
- 'xmlrpc_decode'
- 'xmlrpc_decode_request'
- 'xmlrpc_encode'
- 'xmlrpc_encode_request'
- 'xmlrpc_get_type'
- 'xmlrpc_parse_method_descriptions'
- 'xmlrpc_server_add_introspection_data'
- 'xmlrpc_server_call_method'
- 'xmlrpc_server_create'
- 'xmlrpc_server_destroy'
- 'xmlrpc_server_register_introspection_callback'
- 'xmlrpc_server_register_method'
- 'xmlrpc_set_type'
- 'xpath_eval'
- 'xpath_eval_expression'
- 'xpath_new_context'
- 'xptr_eval'
- 'xptr_new_context'
- 'xslt_create'
- 'xslt_errno'
- 'xslt_error'
- 'xslt_free'
- 'xslt_process'
- 'xslt_set_base'
- 'xslt_set_encoding'
- 'xslt_set_error_handler'
- 'xslt_set_log'
- 'xslt_set_sax_handler'
- 'xslt_set_sax_handlers'
- 'xslt_set_scheme_handler'
- 'xslt_set_scheme_handlers'
- 'yaz_addinfo'
- 'yaz_ccl_conf'
- 'yaz_ccl_parse'
- 'yaz_close'
- 'yaz_connect'
- 'yaz_database'
- 'yaz_element'
- 'yaz_errno'
- 'yaz_error'
- 'yaz_get_option'
- 'yaz_hits'
- 'yaz_itemorder'
- 'yaz_present'
- 'yaz_range'
- 'yaz_record'
- 'yaz_scan'
- 'yaz_scan_result'
- 'yaz_schema'
- 'yaz_search'
- 'yaz_set_option'
- 'yaz_sort'
- 'yaz_syntax'
- 'yaz_wait'
- 'yp_all'
- 'yp_cat'
- 'yp_err_string'
- 'yp_errno'
- 'yp_first'
- 'yp_get_default_domain'
- 'yp_master'
- 'yp_match'
- 'yp_next'
- 'yp_order'
- 'zend_logo_guid'
- 'zend_version'
- 'zip_close'
- 'zip_entry_close'
- 'zip_entry_compressedsize'
- 'zip_entry_compressionmethod'
- 'zip_entry_filesize'
- 'zip_entry_name'
- 'zip_entry_open'
- 'zip_entry_read'
- 'zip_open'
- 'zip_read'
- 'zlib_get_coding_type')
- IgnoreCase = True
- end>
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <
- item
- Name = 'for'
- Description = 'for $i loop'
- Code.Strings = (
- 'for($i=0; $i< ; $i++){'
- '}')
- end>
- SubAnalyzers = <
- item
- DisplayName = 'HTML'
- StyleName = 'HTML'
- StartExpression = '\?>'#13#10
- EndExpression = '<\?'#13#10
- end>
- SampleText.Strings = (
- '<?php'
- '$string = "Hello";'
- '$number = 15;'
- 'for ($i=0; $i<$number; $i++) {'
- ' print $string;'
- '}'
- '?>')
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Identifier'
- 'Symbol'
- 'String'
- 'Integer const'
- 'Float const'
- 'Hex const'
- 'Char const'
- 'Code Start'
- 'Code End')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'php phtml php3 php4 php5 inc pimg'
- LexerName = 'PHP'
- end
- end
-